CogniRelay for Windsurf
io.github.stef-k/cognirelay
Self-hosted agent continuity server with bounded, recoverable memory and restart orientation.
client:Windsurf
transport:stdio
runtime:pypi
Install CogniRelay in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"cognirelay": {
"command": "uvx",
"args": [
"cognirelay"
],
"env": {
"COGNIRELAY_REPO_ROOT": "<COGNIRELAY_REPO_ROOT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs