threadline mcp for Windsurf
io.github.jkheadley/threadline-mcp
Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config.
client:Windsurf
transport:stdio
runtime:npm
Install threadline mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"threadline-mcp": {
"command": "npx",
"args": [
"-y",
"threadline-mcp"
],
"env": {
"THREADLINE_RELAY": "<THREADLINE_RELAY>",
"THREADLINE_NAME": "<THREADLINE_NAME>",
"THREADLINE_CAPS": "<THREADLINE_CAPS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs