Odel
schelling protocol

schelling protocol

Local
@codyz1234TypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@schelling/mcp-serverv3.0.1

Run

npx -y @schelling/mcp-server

MCP client config

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