Skip to content
Cline

Project Brain for Cline

io.github.gentleelephant/project-brain

Read-only source search and retrieval across configured GitHub repositories

client:Cline transport:stdio runtime:oci

Install Project Brain in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Project Brain in other clients