Skip to content
Windsurf

Project Brain for Windsurf

io.github.gentleelephant/project-brain

Read-only source search and retrieval across configured GitHub repositories

client:Windsurf transport:stdio runtime:oci

Install Project Brain in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "project-brain": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/gentleelephant/project-brain:v2.0.3"
      ],
      "env": {
        "PROJECT_BRAIN_REPO_LIST": "<PROJECT_BRAIN_REPO_LIST>",
        "PROJECT_BRAIN_STATE_DIR": "<PROJECT_BRAIN_STATE_DIR>",
        "PB_GITHUB_TOKEN": "<PB_GITHUB_TOKEN>",
        "PB_FETCH_TTL": "<PB_FETCH_TTL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Project Brain in other clients