Skip to content
Cursor

logicnodes mcp bridge for Cursor

io.github.cmdenney/logicnodes-mcp-bridge

Signed PII-Shield: redact PII to an EIP-191 attestation, plus x402 pay-per-call agent tools.

client:Cursor transport:stdio runtime:npm

Install logicnodes mcp bridge in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "logicnodes-mcp-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@logicnodez/mcp-bridge"
      ],
      "env": {
        "LOGICNODES_API_KEY": "<LOGICNODES_API_KEY>"
      }
    }
  }
}

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

logicnodes mcp bridge in other clients