MCP Server
MCP
io.github.s-b-e-n-s-o-n/portkey-admin-mcp
Full Portkey Admin API MCP server — configs, prompts, keys, analytics, and more.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "portkey-admin-mcp",
"version": "0.3.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Portkey API key for authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PORTKEY_API_KEY"
},
{
"description": "Optional comma-separated tool domains to expose, for example prompts,analytics",
"format": "string",
"name": "PORTKEY_TOOL_DOMAINS"
},
{
"description": "Portkey Admin API base URL. Defaults to https://api.portkey.ai/v1; point at a self-hosted gateway if needed",
"format": "string",
"name": "PORTKEY_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment