truefoundry-mcp-servers

Registers and manages MCP servers within TrueFoundry with security gates and collaborator management.

13|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/truefoundry/tfy-gateway-skills --skill truefoundry-mcp-servers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: truefoundry-mcp-servers
Source: https://github.com/truefoundry/tfy-gateway-skills/tree/main/skills/mcp-servers
Command: npx skills add https://github.com/truefoundry/tfy-gateway-skills --skill truefoundry-mcp-servers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Centralize the registration, discovery, and access-control management for MCP servers (remote, virtual, and OpenAPI-wrapped) within TrueFoundry, reducing friction and risk across deployments.

Core Features & Use Cases

  • Register MCP servers (remote, virtual, and OpenAPI) for centralized discovery and guardrails.
  • List, update, and delete MCP registrations; manage collaborators and TLS settings.
  • Wrap external OpenAPI specs as MCP servers to expose a consistent tooling surface to agents.

Quick Start

Register a manifest via tfy apply or REST API to begin managing MCP servers immediately.

Frequently Asked Questions about truefoundry-mcp-servers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I register remote MCP servers for centralized access control?

To register remote MCP servers, you apply a manifest via tfy apply or the REST API within TrueFoundry. This centralizes discovery and applies guardrails, requiring user confirmation before the server creation action completes.

Can I wrap an external OpenAPI specification as an MCP server?

Yes, you can wrap external OpenAPI specs as MCP servers to expose a consistent tooling surface to agents. This registration process integrates the API into TrueFoundry's centralized access control and discovery system.

How does secret handling work when configuring virtual MCP servers?

Secret handling for virtual MCP servers is enforced through tfy-secret references. This mechanism securely injects required credentials during registration, ensuring sensitive data is managed safely without exposure.

What security gates and collaborator management options exist for MCP registrations?

MCP registrations include security gates and collaborator management options to enforce access control. Users can list, update, and delete registrations while managing TLS settings and requiring explicit confirmation for destructive actions.

Do I need to confirm updates and deletions for MCP server registrations?

User confirmation is explicitly required before create and delete actions for MCP server registrations. Updates to existing registrations, including TLS settings and collaborator management, can be applied via tfy apply.

What is the best way to manage TLS settings for remote MCP servers?

The best way to manage TLS settings for remote MCP servers is through the TrueFoundry registration manifest. Configuring TLS during the initial tfy apply ensures secure connections are enforced within the centralized guardrails.