mcp-servers

Manages lifecycle of MCP server definitions for efficient discovery and reuse across multiple dimensions including location, statuses, and labels.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of registering and managing Machine Control Plane (MCP) servers within TrueFoundry, enabling seamless discovery and access control for various server types.

Core Features & Use Cases

  • Register Diverse Server Types: Supports remote servers, virtual (composite) servers, and OpenAPI-to-MCP wrappers.
  • Centralized Management: Provides a single point for listing, registering, and deleting MCP server configurations.
  • Use Case: A team needs to expose an internal analytics service as an MCP server. They use this Skill to register the service, define its transport and authentication, and make it discoverable by other TrueFoundry components.

Quick Start

Use the mcp-servers skill to list all registered MCP servers.

Frequently Asked Questions about mcp-servers

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

FAQPage Schema
How do I register an MCP server in TrueFoundry?

You can register an MCP server by defining its transport and authentication details. This Skill supports remote, virtual composite, and OpenAPI-wrapped server types for centralized configuration and discovery.

What types of MCP servers can I manage with this configuration tool?

You can manage remote, virtual composite, and OpenAPI-to-MCP wrapped servers. The tool provides a centralized interface to register, list, and delete these MCP server configurations for enhanced access control.

How do I expose an internal API as an MCP server?

You can expose an internal API by registering it as an OpenAPI-wrapped MCP server. Define the service transport and authentication to make it discoverable by other TrueFoundry components.

Can I list and delete existing Machine Control Plane server registrations?

Yes, you can list all registered MCP servers and delete configurations as needed. This Skill provides centralized management to view and remove server registrations for access control.

Why use a centralized registry for Machine Control Plane servers?

Using a centralized MCP server registry enables seamless service discovery and access control. It streamlines the process of exposing internal services by managing configurations in a single location.