metamcp

Manage and execute tools across multiple MCP servers.

112|Updated Jul 11, 2026
One-click install
npx skills add https://github.com/VKirill/claude-lane-stack --skill metamcp-vkirill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metamcp
Source: https://github.com/VKirill/claude-lane-stack/tree/main/skills/metamcp
Command: npx skills add https://github.com/VKirill/claude-lane-stack --skill metamcp-vkirill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @mentu/metamcp.

What problem does it solve?

This Skill solves the fragmentation of AI tool access by providing a centralized, hybrid gateway that manages both direct host-level tools and complex multi-server MCP configurations.

Core Features & Use Cases

  • Hybrid Routing: Seamlessly switches between direct tool execution for high-performance tasks and MetaMCP routing for extended capabilities.
  • Tool Discovery: Dynamically discovers and provisions tools across multiple MCP servers without manual configuration overhead.
  • Use Case: When an agent needs to perform a complex task involving web search, image generation, and local file analysis, this Skill orchestrates the calls to the appropriate MCP servers automatically.

Quick Start

Use the metamcp skill to discover available tools for a specific query by calling the mcp_discover function with your search term.

Frequently Asked Questions about metamcp

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

FAQPage Schema
How do I manage tools across multiple MCP servers?

Managing tools across multiple MCP servers requires a unified gateway that abstracts tool discovery and provisioning. This Skill provides a centralized interface to execute multi-step agentic workflows by routing calls to the appropriate remote or host-level MCP resources.

How do I orchestrate multi-agent workflows with Model Context Protocol?

Orchestrating multi-agent workflows with Model Context Protocol involves bridging host-level and remote resources through a configured JSON environment. This Skill facilitates the process by dynamically provisioning tools and automating multi-step execution across servers.

Do I need a specific package to route MCP tool discovery?

Routing MCP tool discovery requires the @mentu/metamcp package and a configured JSON environment. These dependencies are necessary to bridge host-level and remote MCP resources and enable dynamic tool provisioning.

What is the best way to execute multi-step tasks involving web search and local file analysis?

The best way to execute multi-step tasks involving web search and local file analysis is using a hybrid routing approach. This Skill automatically switches between direct tool execution and MetaMCP routing to orchestrate complex multi-server calls.

Can I use direct tool execution alongside remote MCP server routing?

You can use direct tool execution alongside remote MCP server routing through hybrid routing capabilities. This approach seamlessly switches between high-performance direct execution and extended MetaMCP routing for complex agentic workflows.

How does tool discovery work in a multi-server MCP configuration?

Tool discovery in a multi-server MCP configuration works dynamically without manual configuration overhead. The Skill uses the mcp_discover function with a search term to automatically find and provision available tools across connected servers.