nerve rpc for Cursor
io.github.reagost/nerve-rpc
MCP server for Nerve blockchain JSON-RPC & REST API for AI Agents
client:Cursor
transport:stdio
runtime:npm
Install nerve rpc in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nerve-rpc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nerve-rpc-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs