Odel
anomaly mcp

anomaly mcp

Local
@forgemeshlabsTypeScriptMITUpdated 5 days ago

Real-time anomaly detection for blockchain, aviation, GitHub, mempool, and depeg signals.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@forgemeshlabs/anomaly-mcpv0.5.6

Run

npx -y @forgemeshlabs/anomaly-mcp

MCP client config

{
  "mcpServers": {
    "anomaly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/anomaly-mcp"
      ]
    }
  }
}