moltbridge for Windsurf
io.github.jkheadley/moltbridge
Agent network intelligence for AI agents. Trust scoring, broker discovery, and Ed25519 identity.
client:Windsurf
transport:stdio
runtime:npm
Install moltbridge in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"moltbridge": {
"command": "npx",
"args": [
"-y",
"moltbridge"
],
"env": {
"MOLTBRIDGE_AGENT_ID": "<MOLTBRIDGE_AGENT_ID>",
"MOLTBRIDGE_SIGNING_KEY": "<MOLTBRIDGE_SIGNING_KEY>",
"MOLTBRIDGE_BASE_URL": "<MOLTBRIDGE_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs