Skip to content

anthropic admin mcp for Zed

io.github.trushtonfactory/anthropic-admin-mcp

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

client:Zed transport:stdio runtime:pypi

Install anthropic admin mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

anthropic admin mcp in other clients