Skip to content

schelling protocol for Zed

io.github.codyz123/schelling-protocol

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

client:Zed transport:stdio runtime:npm

Install schelling protocol in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

schelling protocol in other clients