Skip to content
Zed

threadline mcp for Zed

io.github.jkheadley/threadline-mcp

Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config.

client:Zed transport:stdio runtime:npm

Install threadline mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "threadline-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "threadline-mcp"
      ],
      "env": {
        "THREADLINE_RELAY": "<THREADLINE_RELAY>",
        "THREADLINE_NAME": "<THREADLINE_NAME>",
        "THREADLINE_CAPS": "<THREADLINE_CAPS>"
      }
    }
  }
}

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

threadline mcp in other clients