solana mcp for Zed
io.github.mrfentmen/solana-mcp
Solana chain status from the public RPC. No key required.
client:Zed
transport:stdio
runtime:npm
Install solana mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"solana-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/solana-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs