Skip to content

logicnodes mcp bridge for Zed

io.github.cmdenney/logicnodes-mcp-bridge

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

client:Zed transport:stdio runtime:npm

Install logicnodes mcp bridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

logicnodes mcp bridge in other clients