← Back to Plugins
MCP Server MCP

io.github.Trushtonfactory/anthropic-admin-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx anthropic-admin-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "anthropic-admin-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Anthropic Admin API key (Console -> Settings -> Admin Keys). Required.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_ADMIN_KEY"
        },
        {
          "description": "Optional comma-separated workspace IDs to scope write tools to. Recommended for least-privilege setups.",
          "format": "string",
          "name": "ALLOWED_WORKSPACES"
        },
        {
          "description": "Path for JSONL audit log of mutating operations. Defaults to ./audit.jsonl.",
          "format": "string",
          "name": "AUDIT_LOG_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...