Servers
Portkey MCP Server
@r-huijts
A Model Context Protocol (MCP) server implementation for the Portkey AI platform, providing a standardized interface for managing AI configurations, workspaces, and analytics.
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"
]
}
}
}