← Index

io.github.JKHeadley/threadline-mcp

io.github.JKHeadley/threadline-mcp·v0.1.2·Developer Tools
Quality Score
78
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "threadline-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "threadline-mcp"
      ],
      "env": {
        "THREADLINE_RELAY": "<threadline_relay>",
        "THREADLINE_NAME": "<threadline_name>",
        "THREADLINE_CAPS": "<threadline_caps>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "threadline-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "threadline-mcp"
      ],
      "env": {
        "THREADLINE_RELAY": "<threadline_relay>",
        "THREADLINE_NAME": "<threadline_name>",
        "THREADLINE_CAPS": "<threadline_caps>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y threadline-mcp
§02  Environment variables
THREADLINE_RELAY

Custom relay WebSocket URL (default: wss://threadline-relay.fly.dev/v1/connect)

THREADLINE_NAME

Agent display name (default: auto-generated from username and hostname)

THREADLINE_CAPS

Comma-separated agent capabilities for discovery (default: chat)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools