negbit for VS Code
io.github.ag3ntlab-ai/negbit
Buy negbit's curated, provenance-verified knowledge bundles with your own x402 wallet. Read-only.
client:VS Code
transport:stdio
runtime:npm
Install negbit in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "negbit-base-url",
"description": "NEGBIT_BASE_URL",
"password": true
}
],
"servers": {
"negbit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"negbit-mcp"
],
"env": {
"NEGBIT_BASE_URL": "${input:negbit-base-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs