Full MCP server for the Portkey AI Gateway Admin API. 151 tools for managing prompts, configs, virtual keys, analytics, guardrails, integrations, and more from any MCP client.
Server Config
{
"mcpServers": {
"portkey-admin": {
"command": "npx",
"args": [
"-y",
"portkey-admin-mcp"
],
"env": {
"PORTKEY_API_KEY": "<YOUR_PORTKEY_API_KEY>"
}
}
}
}