Learn how to create MCP Server Groups, add MCP servers, and use them in the TrueFoundry AI Gateway playground.
dev-mcps
group for development and a prod-mcps
group for production.dev-mcps
: All developers can add/edit/remove MCP servers from the group and also use the MCP servers in the group.prod-mcps
: Only admins can add/edit/remove MCP servers from this group and only production applications can use the MCP servers in this group.Name
: Enter a descriptive identifier (e.g., dev-mcps
, prod-mcps
)Access Control
: Configure access permissions
User
: Allows users to access and use the MCP integrationsManage
: Allows users to create, update, or delete integrations and change their configurationMCP Server Groups Interface
Add/Edit MCP Server
button inside MCP Group and then provide the following details to add the server:
Name
: A descriptive name for the MCP serverDescription
: A description of the MCP serverEndpoint URL
: The URL of the MCP serverAuth Data
: The authentication mechanism to use for the MCP server. This can either be No Auth
, Header Auth
or OAuth2
.Create Calculator MCP Server (No Auth)
http://localhost:8000/mcp
.Repository:
You can find the complete example code at: Calculator MCP ServerDeployment:
You can find the live demo link at: Calculator MCP Server DeploymentServer Endpoint:
The MCP server can be accessed at this endpoint: https://calculator-mcp-server.apps.live-demo.truefoundry.cloudName
: calculator-mcp-serverEndpoint URL
: https://calculator-mcp-server.apps.live-demo.truefoundry.cloudDescription
: A simple calculator MCP serverAuthentication
: No AuthDeepwiki MCP Server (No Auth)
Name
: deepwiki-mcpEndpoint URL
: https://mcp.deepwiki.com/mcpDescription
: Access to DeepWiki’s repository documentationAuthentication
: None (Disabled)Hugging Face MCP Server (Header Auth)
hf-mcp-server
https://huggingface.co/mcp
Authorization
Bearer <YOUR_HF_TOKEN>