Skip to content
Gemini CLI

Althea MCP for Gemini CLI

io.github.tiptreesystems/althea-mcp

Connect coding agents to your Althea and, through her, a consent-first network of ML researchers.

client:Gemini CLI transport:stdio runtime:pypi

Install Althea MCP in Gemini CLI

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

{
  "mcpServers": {
    "althea-mcp": {
      "command": "uvx",
      "args": [
        "althea-mcp"
      ]
    }
  }
}

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

Althea MCP in other clients