Skip to content
Cursor

anomaly mcp for Cursor

io.github.forgemeshlabs/anomaly-mcp

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

client:Cursor transport:stdio runtime:npm

Install anomaly mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "anomaly-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/anomaly-mcp"
      ],
      "env": {
        "ANOMALY_API_BASE": "<ANOMALY_API_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

anomaly mcp in other clients