Skip to content
Grok

schelling protocol for Grok

io.github.codyz123/schelling-protocol

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

client:Grok transport:stdio runtime:npm

Install schelling protocol in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

schelling protocol in other clients