Loading MCP server directory, please wait...
Read-only source search and retrieval across configured GitHub repositories
npx @getmcp/cli add io.github.Gentleelephant/project-brainRequires Docker Engine. Community-contributed server. Review source before installing.
PROJECT_BRAIN_REPO_LISTComma-separated owner/repo slugs or a path to a file with one slug per line
PROJECT_BRAIN_STATE_DIRWritable directory for repository caches, indexes, and locks
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Gentleelephant/project-brain": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PROJECT_BRAIN_REPO_LIST",
"-e",
"PROJECT_BRAIN_STATE_DIR",
"-e",
"PB_GITHUB_TOKEN",
"-e",
"PB_FETCH_TTL",
"ghcr.io/gentleelephant/project-brain:v2.0.3"
],
"env": {
"PROJECT_BRAIN_REPO_LIST": "",
"PROJECT_BRAIN_STATE_DIR": "",
"PB_GITHUB_TOKEN": "",
"PB_FETCH_TTL": ""
}
}
}
}