nerve rpc for Windsurf
io.github.reagost/nerve-rpc
MCP server for Nerve blockchain JSON-RPC & REST API for AI Agents
client:Windsurf
transport:stdio
runtime:npm
Install nerve rpc in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"nerve-rpc": {
"command": "npx",
"args": [
"-y",
"nerve-rpc-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs