PluginBench
MCP Server
Active
MIT

io.github.cmdenney/logicnodes-mcp MCP Server

io.github.cmdenney/logicnodes-mcp

What is the io.github.cmdenney/logicnodes-mcp MCP server?

Remote MCP for LogicNodes: Signed PII-Shield flagship + payable x402 agent tools on Base.

How to install io.github.cmdenney/logicnodes-mcp

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "logicnodes-mcp": {
      "url": "https://logicnodes.io/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "logicnodes-mcp": {
      "serverUrl": "https://logicnodes.io/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "logicnodes-mcp": {
      "type": "http",
      "url": "https://logicnodes.io/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "logicnodes-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://logicnodes.io/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http logicnodes-mcp https://logicnodes.io/mcp

Related MCP servers

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

0
JavaScript
MIT
View repository →