← Back to browse

portkey-admin-mcp

Indexed by io.github.CodesWhat

About

Full Portkey Admin API MCP server — configs, prompts, keys, analytics, and more.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPORTKEY_API_KEY PORTKEY_TOOL_DOMAINS PORTKEY_BASE_URL
Claude Code
claude mcp add --env PORTKEY_API_KEY= --env PORTKEY_TOOL_DOMAINS= --env PORTKEY_BASE_URL= portkey-admin-mcp -- npx portkey-admin-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"portkey-admin-mcp","command":"npx","args":["portkey-admin-mcp"],"env":{"PORTKEY_API_KEY":"","PORTKEY_TOOL_DOMAINS":"","PORTKEY_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "portkey-admin-mcp": {
      "command": "npx",
      "args": [
        "portkey-admin-mcp"
      ],
      "env": {
        "PORTKEY_API_KEY": "",
        "PORTKEY_TOOL_DOMAINS": "",
        "PORTKEY_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.