io.github.JKHeadley/threadline-mcp
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_RELAYCustom relay WebSocket URL (default: wss://threadline-relay.fly.dev/v1/connect)
THREADLINE_NAMEAgent display name (default: auto-generated from username and hostname)
THREADLINE_CAPSComma-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
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
ai.smithery/neverinfamous-memory-journal-mcp
ai.smithery/neverinfamous-memory-journal-mcp
A MCP server built for developers enabling Git based project management with project and personal…
ai.usealloy/alloy
ai.usealloy/alloy
Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.