Skip to content
Claude Desktop

schelling protocol for Claude Desktop

io.github.codyz123/schelling-protocol

Universal coordination protocol for AI agents. Discovery, matching, and negotiation.

client:Claude Desktop transport:stdio runtime:npm

Install schelling protocol in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "schelling-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@schelling/mcp-server"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

schelling protocol in other clients