negbit for Cursor
io.github.ag3ntlab-ai/negbit
Buy negbit's curated, provenance-verified knowledge bundles with your own x402 wallet. Read-only.
client:Cursor
transport:stdio
runtime:npm
Install negbit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"negbit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"negbit-mcp"
],
"env": {
"NEGBIT_BASE_URL": "<NEGBIT_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs