Skip to main content
MCP Server

Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality.

Share
0 stars Python Unknown Updated: 2026-04-18

Send to Your Agent

Copy this prompt and paste it into Claude, Cursor, or any MCP client to install instantly.

Install the AnomalyArmor MCP server for me.

Server: AnomalyArmor
Description: Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality.
Install command: python -m armor-mcp

Environment variables needed:
- ARMOR_API_KEY: AnomalyArmor API key (aa_live_*). Generate at https://app.anomalyarmor.ai/settings/api-keys. (required)

GitHub: https://github.com/anomalyarmor/agents

Please install this MCP server and confirm when ready.

Paste into any AI agent with MCP support — works with Claude Desktop, Cursor, Cline, and more.

Quick Install

Config file: ~/Library/Application Support/Claude/claude_desktop_config.json

  1. Open Claude Desktop app
  2. Go to Settings → Developer → Edit Config
  3. Paste the config below into the file
  4. Restart Claude Desktop
{
  "mcpServers": {
    "ai-anomalyarmor-armor-mcp": {
      "command": "python",
      "args": [
        "-m",
        "armor-mcp"
      ],
      "env": {
        "ARMOR_API_KEY": "your-value-here"
      }
    }
  }
}

Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json

Installation Methods

pip Run after pip install
python -m armor-mcp

Tools (1)

execute

Execute AnomalyArmor operations

Environment Variables

ARMOR_API_KEY Required

AnomalyArmor API key (aa_live_*). Generate at https://app.anomalyarmor.ai/settings/api-keys.

Example: your-value-here

Compatibility

Claude Desktop
Cursor
Cline
VS Code
Devin (formerly Windsurf)

About

Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality.

Overview

Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality.

Repository

Find the source code at https://github.com/anomalyarmor/agents.

Tools

  • execute: Execute AnomalyArmor operations

Environment Variables

Installation

PIP

python -m armor-mcp

Related Resources

Compare LLM Pricing

This server works with Claude, GPT-4o, and other models. Compare API costs side-by-side to find the cheapest option for your workflow.