portkey.ai/mcp
Portkey provides infrastructure for building and operating LLM applications and agents, including an AI gateway, MCP gateway, observability, guardrails, and related management features. It sits between client applications or agents and upstream AI or MCP providers to handle routing, authentication, access control, and logging.
Configure your installation and copy the command below. Uses add-mcp to install the server into your agent of choice.
Portkey API key. Use <token>.
Portkey JWT / IdP token for Portkey authentication. Use Bearer <token>.
npx add-mcp@latest https://mcp.portkey.ai/{server-slug}/mcp --transport http --header "x-portkey-api-key: <x-portkey-api-key>" --header "Authorization: <Authorization>"