Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality.
claude mcp add armor-mcp --transport http https://mcp.anomalyarmor.ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"armor-mcp": {
"url": "https://mcp.anomalyarmor.ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"armor-mcp": {
"serverUrl": "https://mcp.anomalyarmor.ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"armor-mcp": {
"type": "http",
"url": "https://mcp.anomalyarmor.ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"armor-mcp": {
"url": "https://mcp.anomalyarmor.ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"armor-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.anomalyarmor.ai/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.anomalyarmor.ai/mcp | none |
Reliable across a long session; no dropped connections.
Did the job but rate limits kicked in under heavy use.
Clean install config, worked in Claude Code out of the box.
Clean install config, worked in Claude Code out of the box.
Did the job but rate limits kicked in under heavy use.
POST /mcp