tkm:manage-mcp

Manages MCP servers for tool discovery, execution, and resource access.

Updated May 13, 2026
One-click install
npx skills add https://github.com/khapn-2933/agentic-coding-hands-on --skill tkm-manage-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tkm:manage-mcp
Source: https://github.com/khapn-2933/agentic-coding-hands-on/tree/main/.claude/skills/manage-mcp
Command: npx skills add https://github.com/khapn-2933/agentic-coding-hands-on --skill tkm-manage-mcp

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 addresses the challenge of efficiently managing and executing Model Context Protocol (MCP) servers, enabling Claude to discover, analyze, and execute MCP server capabilities without cluttering the main context window.

Core Features & Use Cases

  • Multi-Server Management: Connect and manage multiple MCP servers from a single configuration.
  • Intelligent Tool Discovery: Analyze and select relevant tools for specific tasks.
  • Progressive Disclosure: Load only necessary tool definitions on-demand.
  • Execution Engine: Call MCP tools with proper parameter handling.
  • Context Efficiency: Delegate MCP operations to a subagent to keep the main context clean.
  • Use Case: Imagine you need to search the web and save results. This skill can spawn a subagent (mcp-manager) to handle the search while keeping the main Claude context unburdened.

Quick Start

Use the mcp-management skill with the command: call-tool memory add '{"key":"name","value":"Alice"}'

Frequently Asked Questions about tkm:manage-mcp

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?

You can manage multiple MCP servers without context clutter by delegating operations to a subagent. This approach keeps tool discovery and execution isolated from the main context window.

What is progressive disclosure for MCP tool discovery?

Progressive disclosure for MCP tool discovery is an approach that loads only necessary tool definitions on-demand. This prevents context bloat by analyzing and selecting relevant tools for specific tasks.

How do I call MCP tools with proper parameter handling in Claude?

You can call MCP tools with proper parameter handling by using the designated management command. This executes the tool with JSON-formatted parameters to ensure correct resource access.

Do I need the Model Context Protocol SDK to orchestrate multi-server workflows?

Yes, you need the Model Context Protocol SDK to orchestrate multi-server workflows. It provides the foundation required to facilitate tool discovery, execution, and resource access.

What is the best way to execute MCP server capabilities while keeping context clean?

The best way to execute MCP server capabilities while keeping context clean is using a subagent. This delegates the execution engine to handle tool calls without burdening the main Claude context.