chainanalyzer mcp for Zed
io.github.rascal-3/chainanalyzer-mcp
Multi-chain AML risk scoring, sanctions screening, and tx tracing across BTC, ETH, POL, AVAX, SOL.
client:Zed
transport:stdio
runtime:npm
Install chainanalyzer mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chainanalyzer-mcp": {
"command": "npx",
"args": [
"-y",
"chainanalyzer-mcp"
],
"env": {
"X402_WALLET_PRIVATE_KEY": "<X402_WALLET_PRIVATE_KEY>",
"CHAINANALYZER_API_KEY": "<CHAINANALYZER_API_KEY>",
"CHAINANALYZER_BASE_URL": "<CHAINANALYZER_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs