chia explorer for Zed
io.github.spacetime-technology/chia-explorer
MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.
client:Zed
transport:stdio
runtime:npm
Install chia explorer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chia-explorer": {
"command": "npx",
"args": [
"-y",
"chia-explorer"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs