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
{
"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