logicnodes-mcp-bridge
About
Signed PII-Shield: redact PII to an EIP-191 attestation, plus x402 pay-per-call agent tools.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
LOGICNODES_API_KEYClaude Code
claude mcp add --env LOGICNODES_API_KEY= logicnodes-mcp-bridge -- npx @logicnodez/mcp-bridge
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"logicnodes-mcp-bridge","command":"npx","args":["@logicnodez/mcp-bridge"],"env":{"LOGICNODES_API_KEY":""}}'
JSON
{
"mcpServers": {
"logicnodes-mcp-bridge": {
"command": "npx",
"args": [
"@logicnodez/mcp-bridge"
],
"env": {
"LOGICNODES_API_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.