← Back to Plugins
MCP Server MCP

Project Brain

github By github 👁 1 views ▲ 0 votes

Read-only source search and retrieval across configured GitHub repositories

Homepage Verified source GitHub

Install

oci:ghcr.io/gentleelephant/project-brain:v2.0.3

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/gentleelephant/project-brain:v2.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated owner/repo slugs or a path to a file with one slug per line",
          "isRequired": true,
          "format": "string",
          "name": "PROJECT_BRAIN_REPO_LIST"
        },
        {
          "description": "Writable directory for repository caches, indexes, and locks",
          "isRequired": true,
          "format": "string",
          "name": "PROJECT_BRAIN_STATE_DIR"
        },
        {
          "description": "Optional GitHub token for private repositories",
          "format": "string",
          "isSecret": true,
          "name": "PB_GITHUB_TOKEN"
        },
        {
          "description": "Minimum interval between on-demand repository refreshes",
          "format": "string",
          "name": "PB_FETCH_TTL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...