Skip to content
Gemini CLI

anthropic admin mcp for Gemini CLI

io.github.trushtonfactory/anthropic-admin-mcp

Native MCP server for the Anthropic Admin API: org, workspaces, members, API keys, usage, costs.

client:Gemini CLI transport:stdio runtime:pypi

Install anthropic admin mcp 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": {
    "anthropic-admin-mcp": {
      "command": "uvx",
      "args": [
        "anthropic-admin-mcp"
      ],
      "env": {
        "ANTHROPIC_ADMIN_KEY": "<ANTHROPIC_ADMIN_KEY>",
        "ALLOWED_WORKSPACES": "<ALLOWED_WORKSPACES>",
        "AUDIT_LOG_PATH": "<AUDIT_LOG_PATH>"
      }
    }
  }
}

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

anthropic admin mcp in other clients