Portkey MCP Server
@r-huijts
About Portkey MCP Server
A Model Context Protocol (MCP) server implementation for the Portkey AI platform, providing a standardized interface for managing AI configurations, workspaces, and analytics.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"portkey-admin-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@r-huijts/portkey-admin-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Portkey MCP Server?
Portkey MCP Server connects AI assistants like Claude to Portkey’s API, enabling comprehensive management of AI configurations, workspaces, analytics, and user access.
How to use Portkey MCP Server?
Install from source by cloning the repository, running npm install, setting your PORTKEY_API_KEY in a .env file, and adding the server to your Claude Desktop configuration. Alternatively, install automatically via Smithery using npx -y @smithery/cli install @r-huijts/portkey-admin-mcp-server --client claude.
Key features of Portkey MCP Server
- User administration and invitation with role-based access control
- Usage analytics, cost analysis, and request metrics
- Workspace overview, configuration, and virtual key management
- Config listing with cache settings, retry policies, and routing strategies
- Filtered reports based on custom criteria like status codes and time ranges
Use cases of Portkey MCP Server
- “What are my current API usage statistics across different models?”
- “Create a new workspace for my team’s project”
- “Generate an analytics report for last month’s API calls”
- “Set up rate limiting for my development environment”
- “Add team members to my Portkey workspace”
FAQ from Portkey MCP Server
What is required to run Portkey MCP Server?
You need a Portkey API key set as the PORTKEY_API_KEY environment variable and a Node.js runtime.
How can I install Portkey MCP Server?
Install from source by cloning the repository, running npm install, and configuring Claude Desktop, or install automatically via Smithery with npx -y @smithery/cli install @r-huijts/portkey-admin-mcp-server --client claude.
What can I manage with Portkey MCP Server?
It allows management of users, workspaces, API configurations, virtual keys, and analytics/reports, including user invitations, role assignment, and usage tracking.
Can I view analytics and usage reports?
Yes, the server provides usage analytics, cost analysis, request metrics, and filtered reports based on custom criteria such as status codes, virtual keys, and time ranges.
What is the license of Portkey MCP Server?
It is licensed under the ISC License.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments