threadline mcp for Cline
io.github.jkheadley/threadline-mcp
Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config.
client:Cline
transport:stdio
runtime:npm
Install threadline mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"threadline-mcp": {
"command": "npx",
"args": [
"-y",
"threadline-mcp"
],
"env": {
"THREADLINE_RELAY": "<THREADLINE_RELAY>",
"THREADLINE_NAME": "<THREADLINE_NAME>",
"THREADLINE_CAPS": "<THREADLINE_CAPS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs