mcp-management

Manage multiple MCP servers for tool discovery and execution.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/toanalien/ezdevsecops --skill mcp-management-toanalien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-management
Source: https://github.com/toanalien/ezdevsecops/tree/main/.opencode/skills/mcp-management
Command: npx skills add https://github.com/toanalien/ezdevsecops --skill mcp-management-toanalien

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @modelcontextprotocol/sdk, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the integration of external tools and data sources via the Model Context Protocol (MCP), preventing context window pollution and enabling efficient, intelligent discovery and execution of capabilities.

Core Features & Use Cases

  • Multi-Server Management: Connect and manage multiple MCP servers from a single configuration.
  • Intelligent Tool Discovery: Automatically discover and catalog available tools, prompts, and resources.
  • Context-Efficient Execution: Delegate MCP operations to subagents or use the Gemini CLI for seamless integration.
  • Use Case: An agent needs to search the web, save the results, and then take a screenshot of a specific webpage. This Skill can discover the necessary MCP tools (e.g., Brave Search, Memory, Puppeteer), execute them in the correct order, and return the consolidated results without cluttering the main agent's context.

Quick Start

Use the mcp-management skill to list all available tools from your configured MCP servers.

Frequently Asked Questions about mcp-management

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

FAQPage Schema
How do I manage multiple MCP servers without polluting the agent context window?

MCP server management connects multiple servers from a single configuration and delegates operations to subagents. This approach isolates external tool execution, preventing context window pollution while returning consolidated results to the main agent.

How does Model Context Protocol tool discovery work for multi-server integration?

Model Context Protocol tool discovery automatically catalogs available tools, prompts, and resources across connected servers. It analyzes configured MCP servers to identify capabilities, enabling agents to programmatically select and execute required external tools.

Can I use Gemini CLI for MCP server execution and agent integration?

Gemini CLI integrates with MCP server management to streamline workflows and execute tools. It facilitates context-efficient operations by delegating Model Context Protocol interactions, enabling seamless agent integration and programmatic capability execution.

What is the best way to automate web search, save results, and capture a screenshot using MCP tools?

Automating multi-step tasks uses MCP management to discover tools like Brave Search, Memory, and Puppeteer. It executes these tools in the correct order across servers, returning consolidated results without cluttering the main agent's context window.

Do I need the Model Context Protocol SDK to manage external tool discovery?

The Model Context Protocol SDK is required as a dependency to manage external tool discovery. It provides the necessary framework for connecting servers, cataloging available tools, and facilitating programmatic interaction with external capabilities.

What are the limitations of using subagents for MCP server operations?

Using subagents for MCP server operations requires careful configuration of multiple servers to function correctly. While it prevents context window pollution, complex multi-server workflows depend on proper tool discovery and subagent delegation to avoid execution failures.