central intelligence for Windsurf
io.github.alekseimarchenko/central-intelligence
Persistent memory for AI agents. Store, recall, and share knowledge across sessions.
client:Windsurf
transport:stdio
runtime:npm
Install central intelligence in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"central-intelligence": {
"command": "npx",
"args": [
"-y",
"central-intelligence-mcp"
],
"env": {
"CI_API_KEY": "<CI_API_KEY>",
"CI_API_URL": "<CI_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs