lingtai-mcp

Register external MCP servers from a mcp/servers.json config.

621|58|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/huangzesen/lingtai --skill lingtai-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lingtai-mcp
Source: https://github.com/huangzesen/lingtai/tree/main/tui/internal/preset/skills/lingtai-mcp
Command: npx skills add https://github.com/huangzesen/lingtai --skill lingtai-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Register external MCP servers so this agent can access their tools. It enables integration of local stdio servers (npx, uvx) and remote HTTP MCP servers, allowing tools from multiple servers to appear in the agent's toolkit.

Core Features & Use Cases

  • Centralized MCP server registration and automatic reconnection on restart.
  • Supports multiple server types (stdio and http) and merges tools into the agent's toolset.
  • Use Case: When you want to plug in external tools like vision or search servers to extend the agent capabilities.

Quick Start

Create or update the mcp/servers.json in your working directory and restart the agent to load the registered MCP servers.

Frequently Asked Questions about lingtai-mcp

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

FAQPage Schema
How do I register external MCP servers to extend an agent's tools?

To register external MCP servers, you create or update a mcp/servers.json config file in your working directory. The agent then loads the registered servers and merges their tools into the toolkit upon the next restart or refresh.

Can I connect both stdio and HTTP MCP servers to my agent?

Yes, you can connect both local stdio and remote HTTP MCP servers. This integration supports local server types like npx and uvx alongside remote HTTP endpoints, merging all available tools into a single agent toolset.

Why does my agent not see newly registered MCP server tools immediately?

Newly registered MCP server tools do not appear immediately because the agent requires a restart to load them. The registration process updates the config file, and the tools are activated and merged only after the agent restarts or refreshes.

What is the best way to plug in external search or vision servers to an agent?

The best way to plug in external search or vision servers is registering them as MCP servers. By adding the server details to your mcp/servers.json config, the agent automatically reconnects and integrates their external tools on restart.

Do I need any dependencies to add remote HTTP MCP endpoints to my agent?

No external dependencies are required to add remote HTTP MCP endpoints or local stdio servers. The Skill operates independently by reading the mcp/servers.json configuration file and managing the server connections directly.

Are there limitations when merging tools from multiple MCP servers into one toolset?

The primary limitation is that tools from multiple MCP servers are not available instantly; they require an agent restart to load. Additionally, all server configurations must be correctly defined in the mcp/servers.json file to activate properly.