mcp-servers

Register and manage MCP servers on TrueFoundry via CLI or Direct API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Registers and manages MCP servers on TrueFoundry for discovery and access control, including remote, virtual, and OpenAPI-wrapped endpoints, enabling streamlined governance of MCP registrations.

Core Features & Use Cases

  • Supports three MCP server types: remote, virtual (composite), and OpenAPI-wrapped MCPs.
  • List, register, update, and delete MCP server registrations with guided safety gates and collaboration controls.
  • Use cases include attaching existing deployments, composing virtual servers, and wrapping OpenAPI specs as MCP servers.

Quick Start

Create and apply a manifest to register a remote MCP server by providing name, type, url, transport, and secret-backed credentials, then run the CLI to apply.

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 on TrueFoundry?

You register an MCP server on TrueFoundry by creating and applying a manifest that includes the server name, type, URL, transport, and secret-backed credentials, then invoking the CLI or Direct API to apply it.

What types of MCP servers can I manage using TrueFoundry?

You can manage three types of MCP servers on TrueFoundry: remote servers attached to existing deployments, virtual servers composed of multiple endpoints, and OpenAPI-wrapped servers generated from OpenAPI specifications.

How are credentials handled when registering remote MCP servers?

Credentials for remote MCP servers are handled through enforced security gates requiring secret references, ensuring sensitive data is not exposed directly in manifests and maintaining secure access control.

Can I compose a virtual MCP server from multiple existing deployments?

Yes, you can compose a virtual MCP server on TrueFoundry by combining multiple existing deployments into a single composite server, streamlining discovery and access control across environments.

Does TrueFoundry support wrapping OpenAPI specifications as MCP servers?

Yes, TrueFoundry supports wrapping OpenAPI specifications as MCP servers, allowing you to register OpenAPI-defined endpoints for discovery and access control through guided registration workflows.

What security policies are enforced during MCP server registration?

MCP server registration enforces security gates including secret references for credentials, TLS settings configuration, and policy-driven collaboration controls to ensure secure governance across all server types.