Portkey Admin MCP

The Portkey Admin API as an MCP server - 181 tools across prompts, configs, keys, analytics, governance, deployments, and more. It runs locally over stdio via the published package.

People who work with admin api, ai gateway and llmops and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 6 · #18 OF 120 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Portkey Admin MCP

before you install - you'll need

Set PORTKEY_API_KEY, PORTKEY_TOOL_DOMAINS, MCP_PORT, MCP_PUBLIC_BASE_URL, MCP_AUTH_TOKEN, MCP_TRANSPORT before connecting. MCP_HOST, MCP_AUTH_MODE are optional or environment-specific per the README.

Claude Code

claude mcp add codeswhat-portkey-admin-mcp -- npx -y portkey-admin-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "codeswhat-portkey-admin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "portkey-admin-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package portkey-admin-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.CodesWhat is GitHub-verified and matches the repo owner

03 · What Portkey Admin MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.12.0 · 2026-09-08

Portkey control-plane compatibility and runtime-hardening release. The catalog · grows from 178 to 181 tools, so MCP clients should refresh tools/list. · Added · Add list, complete replacement, and single-server upsert…

v0.11.6 · 2026-09-08

Maintenance release for dependency automation and test assurance. Runtime source · and the 178-tool catalog are unchanged, so MCP clients do not need to refresh · tools/list. · Changed · Target Renovate pull requests…

v0.11.5 · 2026-09-08

Dependency-only release. No source changes and the tool catalog is unchanged, · so MCP clients do not need to refresh tools/list. · Security · Bump fast-uri (transitive via ajv from @modelcontextprotocol/sdk) from…

04 · Who maintains Portkey Admin MCP

portkey-admin-mcp is maintained by codeswhat. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
DevOps & monitoring - ranked #18 of 120 actively-maintained DevOps & monitoring servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-08)
registry
io.github.CodesWhat/portkey-admin-mcp (active, first published 2026-06-11 · 23 versions)
packages
npm:portkey-admin-mcp

06 · Portkey Admin MCP FAQ

What is Portkey Admin MCP?

The Portkey Admin API as an MCP server - 181 tools across prompts, configs, keys, analytics, governance, deployments, and more. It runs locally over stdio via the published package.

Is Portkey Admin MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Portkey Admin MCP?

Run `npx -y portkey-admin-mcp`. The README documents 8 environment variables (PORTKEY_API_KEY, PORTKEY_TOOL_DOMAINS, MCP_HOST…) to set first. Set PORTKEY_API_KEY, PORTKEY_TOOL_DOMAINS, MCP_PORT, MCP_PUBLIC_BASE_URL, MCP_AUTH_TOKEN, MCP_TRANSPORT before connecting. MCP_HOST, MCP_AUTH_MODE are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Portkey Admin MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Portkey Admin MCP