← Back to browse

threadline-mcp

Indexed by io.github.JKHeadley

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsTHREADLINE_RELAY THREADLINE_NAME THREADLINE_CAPS
Claude Code
claude mcp add --env THREADLINE_RELAY= --env THREADLINE_NAME= --env THREADLINE_CAPS= threadline-mcp -- npx threadline-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"threadline-mcp","command":"npx","args":["threadline-mcp"],"env":{"THREADLINE_RELAY":"","THREADLINE_NAME":"","THREADLINE_CAPS":""}}'
JSON
{
  "mcpServers": {
    "threadline-mcp": {
      "command": "npx",
      "args": [
        "threadline-mcp"
      ],
      "env": {
        "THREADLINE_RELAY": "",
        "THREADLINE_NAME": "",
        "THREADLINE_CAPS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.