Skip to content
Claude Desktop

threadline mcp for Claude Desktop

io.github.jkheadley/threadline-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install threadline mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

threadline mcp in other clients