Skip to content
Gemini CLI

Project Context for Gemini CLI

io.github.sandovalrr/project-context

Safely manage repository-scoped issues across Linear, GitHub Issues, and Jira Cloud.

client:Gemini CLI transport:stdio runtime:npm

Install Project Context in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "project-context": {
      "command": "npx",
      "args": [
        "-y",
        "@sandovalrr/project-context-mcp"
      ],
      "env": {
        "PROJECT_CONTEXT_CONFIG_DIR": "<PROJECT_CONTEXT_CONFIG_DIR>",
        "PROJECT_CONTEXT_STATE_DIR": "<PROJECT_CONTEXT_STATE_DIR>",
        "PROJECT_CONTEXT_CWD": "<PROJECT_CONTEXT_CWD>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Project Context in other clients