Lazy Mcp
Description
CLI tool to manage Claude Code MCP servers and memory files
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Lazy MCP
[](https://www.npmjs.com/package/lazy-mcp) [](https://github.com/machjesusmoto/lazy-mcp/actions/workflows/ci.yml) [](https://opensource.org/licenses/MIT)
Intelligent lazy-loading for Claude Code MCP tools. Let the agent decide what tools to load based on usage patterns and context needs.
Overview
Lazy MCP is a Claude Code plugin that enables **agent-driven tool loading** with intelligent context optimization. Instead of loading all available MCP servers upfront (consuming precious context window space), Lazy MCP uses a registry-based approach to inform Claude about available tools and loads them on-demand based on your actual needs.
**What It Does**:
- Agent-Driven Loading: Claude intelligently requests tools based on conversation analysis
- Registry-Informed: Maintains a registry of tool capabilities, keywords, and usage patterns
- Lazy Loading: Tools are loaded only when needed, then purged when usage ceases
- Context Optimization: Automatically manages context window to prevent limitations
- Profile Support: Save and switch between different tool configurations
The Problem
Traditional MCP integration loads all configured servers at session start, quickly consuming your context window with tools you may never use in a particular conversation. This leads to:
- Frequent context limit errors
- Wasted tokens on unused tool definitions
- Poor agent performance due to context clutter
The Solution
Lazy MCP uses a **registry + lazy loading** approach:
- Registry: Maintains metadata about all available tools (capabilities, keywords, usage patterns)
- Agent Analysis: Claude analyzes your request and identifies potentially useful tools
- On-Demand Loading: Only requested tools are loaded into context
- **I
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development