ck:mcp-management

Manage MCP servers to discover, analyze, and execute tools, prompts, and resources.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/felix-howard/ella --skill ck-mcp-management-felix-howard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:mcp-management
Source: https://github.com/felix-howard/ella/tree/main/.opencode/skills/mcp-management
Command: npx skills add https://github.com/felix-howard/ella --skill ck-mcp-management-felix-howard

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 management and execution of Model Context Protocol (MCP) servers, allowing AI agents to discover, analyze, and interact with external tools and data sources efficiently without cluttering the main context window.

Core Features & Use Cases

  • MCP Server Management: Connect to and manage multiple MCP servers from a single configuration.
  • Intelligent Tool Discovery & Execution: Analyze and execute MCP tools, prompts, and resources programmatically.
  • Context Efficiency: Delegate MCP operations to subagents, keeping the main agent's context clean.
  • Use Case: An AI agent needs to search the web and save the results. It can use this skill to discover the appropriate search and memory tools, execute them, and return the results, all while maintaining a clean conversational context.

Quick Start

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

Frequently Asked Questions about ck:mcp-management

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

FAQPage Schema
How do I manage multiple MCP servers without cluttering the main context window?

Managing MCP servers without context bloat involves delegating operations to subagents, keeping the main context clean while discovering and executing tools across multiple servers from a single configuration.

Can I execute MCP tools and prompts programmatically through a CLI?

Yes, MCP tools, prompts, and resources can be executed programmatically through direct script-based operations or automated execution via Gemini CLI integration for agent-driven workflows.

What is intelligent tool selection in the Model Context Protocol?

Intelligent tool selection in the Model Context Protocol is the capability to analyze available tools, prompts, and resources to programmatically determine and execute the most appropriate function for a given task.

Do I need the @modelcontextprotocol/sdk to connect to MCP servers?

Yes, the @modelcontextprotocol/sdk is a required dependency for connecting to and managing MCP servers, enabling the discovery and execution of external tools and data sources.

What's the best way to discover available capabilities across configured MCP servers?

The best way to discover capabilities is using context-efficient capability discovery, which analyzes configured servers to list all available tools, prompts, and resources for programmatic execution.

How does subagent delegation improve MCP server management?

Subagent delegation improves MCP server management by isolating tool execution and analysis tasks, returning only the final results to the main agent to maintain a clean conversational context.