Skip to content
VS Code

nerve rpc for VS Code

io.github.reagost/nerve-rpc

MCP server for Nerve blockchain JSON-RPC & REST API for AI Agents

client:VS Code transport:stdio runtime:npm

Install nerve rpc in VS Code

.vscode/mcp.json

{
  "servers": {
    "nerve-rpc": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nerve-rpc-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

nerve rpc in other clients