anomaly mcp for Zed
io.github.forgemeshlabs/anomaly-mcp
Real-time anomaly detection for blockchain, aviation, GitHub, mempool, and depeg signals.
client:Zed
transport:stdio
runtime:npm
Install anomaly mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"anomaly-mcp": {
"command": "npx",
"args": [
"-y",
"@forgemeshlabs/anomaly-mcp"
],
"env": {
"ANOMALY_API_BASE": "<ANOMALY_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs