HomeCloud & Monitoring › portkey-admin-mcp

portkey-admin-mcp

Portkey Admin API control-plane MCP server with Prisma AIRS interoperability guidance.

TypeScript Cloud
★ 6 stars Last pushed 2026-09-24 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.12.0)

npx -y portkey-admin-mcp@0.12.0

Or add to your MCP client config:

{
  "mcpServers": {
    "portkey-admin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "portkey-admin-mcp@0.12.0"
      ],
      "env": {
        "PORTKEY_API_KEY": "<YOUR_VALUE>",
        "PORTKEY_TOOL_DOMAINS": "<YOUR_VALUE>",
        "PORTKEY_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • PORTKEY_API_KEY required secret — Your Portkey API key for authentication
  • PORTKEY_TOOL_DOMAINS — Optional comma-separated tool domains to expose, for example prompts,analytics
  • PORTKEY_BASE_URL — Portkey Admin API base URL. Defaults to https://api.portkey.ai/v1; a Prisma AIRS or Strata Cloud Manager URL is not compatible

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.s-b-e-n-s-o-n/portkey-admin-mcp

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry