ck:mcp-management

Manage MCP servers for tool discovery and execution.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/snake-dev-team/snake-backlink-forge --skill ck-mcp-management-snake-dev-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:mcp-management
Source: https://github.com/snake-dev-team/snake-backlink-forge/tree/main/.claude/skills/mcp-management
Command: npx skills add https://github.com/snake-dev-team/snake-backlink-forge --skill ck-mcp-management-snake-dev-team

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 resolves the challenge of managing Model Context Protocol (MCP) servers efficiently and securely, without compromising context and resource utilization.

Core Features & Use Cases

  • Multi-Server Management: Connect to multiple MCP servers from a single configuration file.
  • Intelligent Tool Discovery: Analyze relevant tools for specific tasks and load only necessary tool definitions.
  • Progressive Disclosure: Maintain a clean main context window by loading only required tool definitions.
  • Execution Engine: Call MCP tools with proper parameter handling.
  • Context Efficiency: Delegate MCP operations to a mcp-manager subagent for isolation and efficiency.

Quick Start

Use the mcp-management skill to list all tools available from configured servers by running npx ts-node scripts/cli.ts list-tools in the skill's directory.

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 Model Context Protocol servers without filling up my context window?

You can manage multiple Model Context Protocol servers using a single configuration file while isolating operations in a subagent. This approach enables progressive disclosure, loading only necessary tool definitions to keep the main context window clean.

What is intelligent tool discovery in Model Context Protocol and when do I need it?

Intelligent tool discovery analyzes relevant tools for specific tasks within Model Context Protocol and loads only required definitions. You need it when connected to multiple servers and wanting to optimize context efficiency during tool execution.

Can I execute MCP tools with proper parameter handling using a subagent?

Yes, MCP tools can be executed with proper parameter handling by delegating operations to a mcp-manager subagent. This execution engine isolates server communication and ensures efficient context management during tool calls.

How to list all available tools from configured MCP servers?

To list all tools from configured MCP servers, navigate to the skill directory and run the command `npx ts-node scripts/cli.ts list-tools`. This discovers and analyzes available tools, prompts, and resources across your connected servers.

Do I need the MCP SDK to set up multi-server orchestration?

Yes, multi-server orchestration requires MCP protocol support and the @modelcontextprotocol/sdk client library for server communication. This dependency enables secure discovery, analysis, and execution of tools across configured servers.

Why does loading all MCP tool definitions slow down my agent and how to prevent it?

Loading all MCP tool definitions fills the context window with unnecessary data, slowing the agent. Prevent this by using progressive disclosure to load only required tool definitions for specific tasks and delegating operations to a subagent.