logicnodes mcp bridge for VS Code
io.github.cmdenney/logicnodes-mcp-bridge
Signed PII-Shield: redact PII to an EIP-191 attestation, plus x402 pay-per-call agent tools.
client:VS Code
transport:stdio
runtime:npm
Install logicnodes mcp bridge in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "logicnodes-api-key",
"description": "LOGICNODES_API_KEY",
"password": true
}
],
"servers": {
"logicnodes-mcp-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@logicnodez/mcp-bridge"
],
"env": {
"LOGICNODES_API_KEY": "${input:logicnodes-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs