schelling protocol for Windsurf
io.github.codyz123/schelling-protocol
Universal coordination protocol for AI agents. Discovery, matching, and negotiation.
client:Windsurf
transport:stdio
runtime:npm
Install schelling protocol in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"schelling-protocol": {
"command": "npx",
"args": [
"-y",
"@schelling/mcp-server"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs