blockrun mcp for Zed
io.github.blockrunai/blockrun-mcp
Web search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402.
client:Zed
transport:stdio
runtime:npm
Install blockrun mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"blockrun-mcp": {
"command": "npx",
"args": [
"-y",
"@blockrun/mcp"
],
"env": {
"BLOCKRUN_WALLET_KEY": "<BLOCKRUN_WALLET_KEY>",
"SOLANA_WALLET_KEY": "<SOLANA_WALLET_KEY>",
"BLOCKRUN_API_KEY": "<BLOCKRUN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs