
Mcp Management
- 196 repo stars
- Updated July 25, 2026
- secondsky/claude-skills
Discover, analyze, and execute MCP server tools, prompts, and resources, filtering capabilities to avoid agent context bloat.
About
A skill for managing MCP servers — discovering, analyzing, and executing their tools, prompts, and resources. Developers use it when wiring MCP integrations into an agent, doing capability discovery and tool filtering, and resolving context bloat or tool-execution errors.
- MCP server management
- Capability discovery
- Tool filtering
- Programmatic execution
Mcp Management by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add secondsky/claude-skills/plugin install mcp-management@claude-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 196 |
|---|---|
| Last updated | July 25, 2026 |
| Repository | secondsky/claude-skills ↗ |
What it does
Discover, analyze, and execute MCP server tools, prompts, and resources, filtering capabilities to avoid agent context bloat.
README.md
MCP Management Skill
Manage Model Context Protocol (MCP) servers for discovering, analyzing, and executing tools/prompts/resources.
Overview
This skill provides utilities to interact with MCP servers without polluting the main context window. It supports progressive disclosure of capabilities, intelligent tool selection, and multi-server management.
Key Benefits
- Progressive disclosure of MCP capabilities (load only what's needed)
- Intelligent tool/prompt/resource selection based on task requirements
- Multi-server management from single config file
- Context-efficient: subagents handle MCP discovery and execution
- Persistent tool catalog: saves discovered tools to JSON for fast reference
When to Use
- Discovering MCP Capabilities: List available tools/prompts/resources
- Task-Based Tool Selection: Analyze which MCP tools are relevant
- Executing MCP Tools: Call MCP tools programmatically
- MCP Integration: Build or debug MCP client implementations
- Context Management: Delegate MCP operations to subagents
Quick Start
# Using bun (preferred)
bunx tsx scripts/cli.ts list-tools # Saves to assets/tools.json
bunx tsx scripts/cli.ts call-tool memory create_entities '{"entities":[...]}'
# Using npx
npx tsx scripts/cli.ts list-tools
Auto-Trigger Keywords
- MCP server management
- Model Context Protocol
- MCP tool discovery
- MCP integration
- tool execution
- multi-server orchestration
- context protocol
- MCP client
Source
Adapted from mrgoonie/claudekit-skills