← Index

io.github.codyz123/schelling-protocol

io.github.codyz123/schelling-protocol·v3.0.1·Other
Quality Score
83
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "schelling-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@schelling/mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "schelling-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@schelling/mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @schelling/mcp-server
§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other