AnomalyArmor MCP Server
Local-first data intelligence server that brings schema monitoring, freshness checks, and data classification directly to Claude and other AI tools.
100% Free & Open SourceLocal-First PrivacyInstant Setup
What You Get
Powerful data intelligence capabilities running entirely on your infrastructure
Schema Monitoring
Automatically detect database schema changes and get AI-powered explanations of what changed and why it matters.
Freshness Tracking
Monitor data freshness across tables and get intelligent insights about late-arriving data patterns.
Data Classification
AI-powered classification of sensitive data types with privacy-first analysis that never leaves your environment.
Natural Language Queries
Ask Claude questions about your data health, schema changes, and freshness patterns in plain English.
Multi-Database Support
Works with PostgreSQL, MySQL, SQLite, and more. Easy configuration for any database setup.
Zero Configuration
Get started in minutes with sensible defaults. Advanced configuration available when you need it.
Quick Start
Get up and running in under 5 minutes
1Install & Setup OAuth
npx @anomalyarmor/mcp-server setup
This will:
- 🌐 Open your browser to create an OAuth app
- 🔑 Guide you through getting your credentials
- ⚙️ Show you exactly what to add to your MCP client
2Add to Your MCP Client
Copy the configuration from setup into your MCP client settings (Claude Code, Continue, etc.):
{
"mcpServers": {
"anomalyarmor": {
"command": "npx",
"args": ["@anomalyarmor/mcp-server"],
"env": {
"ANOMALYARMOR_CLIENT_ID": "your-client-id",
"ANOMALYARMOR_CLIENT_SECRET": "your-client-secret"
}
}
}
}
3Start Asking Questions
Restart your MCP client and ask:
- "What schema changes happened this week?"
- "Show me data freshness issues"
- "Are there any alerts I should know about?"
Why Start with MCP Server?
Privacy-First
Your data never leaves your environment. All analysis happens locally on your infrastructure.
Immediate Value
Start getting insights about your data health within minutes of setup. No complex configuration required.
Open Source
Fully open source and extensible. Customize and extend functionality to meet your specific needs.
Ready to Start?
Join developers already using AnomalyArmor MCP Server to monitor their data health.
Install Now - It's Free