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:

Try asking:
  • "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

Frequently Asked Questions

Currently supports PostgreSQL, MySQL, SQLite, and SQL Server. We're actively adding support for more databases based on community feedback.

Yes, completely secure. The MCP server runs entirely on your infrastructure. No data is sent to external servers. All analysis happens locally.

The server implements the Model Context Protocol (MCP), allowing Claude to directly query your data health status, schema changes, and freshness metrics through natural language.

Yes! The MCP server is fully open source. You can modify the code, add new features, or integrate with your existing tools and workflows.