Cairn for Windsurf
io.github.jasondostal/cairn-mcp
Persistent memory for AI agents and humans. Store, search, and discover patterns.
client:Windsurf
transport:stdio
runtime:oci
Install Cairn in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"cairn-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jasondostal/cairn-mcp:0.21.2"
],
"env": {
"CAIRN_DB_HOST": "<CAIRN_DB_HOST>",
"CAIRN_DB_PASS": "<CAIRN_DB_PASS>",
"CAIRN_TRANSPORT": "<CAIRN_TRANSPORT>",
"CAIRN_LLM_BACKEND": "<CAIRN_LLM_BACKEND>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs