threadline mcp for Zed
io.github.jkheadley/threadline-mcp
Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config.
client:Zed
transport:stdio
runtime:npm
Install threadline mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"threadline-mcp": {
"command": "npx",
"args": [
"-y",
"threadline-mcp"
],
"env": {
"THREADLINE_RELAY": "<THREADLINE_RELAY>",
"THREADLINE_NAME": "<THREADLINE_NAME>",
"THREADLINE_CAPS": "<THREADLINE_CAPS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs