anomaly mcp for VS Code
io.github.forgemeshlabs/anomaly-mcp
Real-time anomaly detection for blockchain, aviation, GitHub, mempool, and depeg signals.
client:VS Code
transport:stdio
runtime:npm
Install anomaly mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "anomaly-api-base",
"description": "ANOMALY_API_BASE",
"password": true
}
],
"servers": {
"anomaly-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forgemeshlabs/anomaly-mcp"
],
"env": {
"ANOMALY_API_BASE": "${input:anomaly-api-base}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs