Allowed Client Applications
+Allowed Clients
Only the MCP client applications listed here can use the gateway. Leave empty to allow every client. A client
that authenticates with a JWT is identified by the claim named in litellm_jwtauth.mcp_client_id_jwt_field in
@@ -317,9 +397,6 @@ const MCPNetworkSettings: React.FC
Allowed Clients
-
The stored allowlist is not a list of alias and value pairs, so every client is denied. Add the clients you
@@ -333,35 +410,17 @@ const MCPNetworkSettings: React.FC
Alias
-Value
- - {allowedClients.map((row, index) => ( -- The alias is the name shown here and in gateway logs. The value is the exact JWT claim or header value that - identifies the client, such as the OAuth client ID your identity provider issues. Leave the list empty to - allow every client. Every MCP request from an unlisted client, or from one with no resolvable identity, gets a - 403. + Click a client to edit or remove it. Leave the list empty to allow every client. Every MCP request from an + unlisted client, or from one with no resolvable identity, gets a 403.