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
{
"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