moltbridge for Cursor
io.github.jkheadley/moltbridge
Agent network intelligence for AI agents. Trust scoring, broker discovery, and Ed25519 identity.
client:Cursor
transport:stdio
runtime:npm
Install moltbridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"moltbridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"moltbridge"
],
"env": {
"MOLTBRIDGE_AGENT_ID": "<MOLTBRIDGE_AGENT_ID>",
"MOLTBRIDGE_SIGNING_KEY": "<MOLTBRIDGE_SIGNING_KEY>",
"MOLTBRIDGE_BASE_URL": "<MOLTBRIDGE_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs