schelling protocol for Cursor
io.github.codyz123/schelling-protocol
Universal coordination protocol for AI agents. Discovery, matching, and negotiation.
client:Cursor
transport:stdio
runtime:npm
Install schelling protocol in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"schelling-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@schelling/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs