Skip to content
Windsurf

threadline mcp for Windsurf

io.github.jkheadley/threadline-mcp

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

client:Windsurf transport:stdio runtime:npm

Install threadline mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

threadline mcp in other clients