Skip to content
Cursor

chain for Cursor

io.github.vdappdev2/chain

Foundation MCP server — chain discovery, daemon management, health checks, raw transactions

client:Cursor transport:stdio runtime:npm

Install chain in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "chain": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@verusidx/chain-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

chain in other clients