MCP.so
ログイン

Portkey MCP Server

@r-huijts

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.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

r-huijts

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "portkey-admin-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@r-huijts/portkey-admin-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ