add-mcp
Back to registry
Portkey  Gateway logo

Portkey Gateway

v1.0.0

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.


Install with add-mcp

Configure your installation and copy the command below. Uses add-mcp to install the server into your agent of choice.

Remote (HTTP)
Streamable HTTPhttps://mcp.portkey.ai/{server-slug}/mcp
requiredsecret

Portkey API key. Use <token>.

requiredsecret

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>"

API access

Access via API

Fetch this server's registry entry as JSON. See the OpenAPI spec for all endpoints.

curl "/registry/api/v1/servers?search=ai.portkey%2Fmcp"