chia explorer for Windsurf
io.github.spacetime-technology/chia-explorer
MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.
client:Windsurf
transport:stdio
runtime:npm
Install chia explorer in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"chia-explorer": {
"command": "npx",
"args": [
"-y",
"chia-explorer"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs