Skip to content
Cline

schelling protocol for Cline

io.github.codyz123/schelling-protocol

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

client:Cline transport:stdio runtime:npm

Install schelling protocol in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

schelling protocol in other clients