Amp enables lazy loading of MCP tools via Agent Skills, injecting tool definitions into the context window only upon invocation. This reduces token usage from 17k to 1.5k by avoiding upfront loading of unused tools.
Highlights
Tools load into context only when the associated skill is invoked.
Configuration uses an mcp.json file to specify included tools.
Reduces token usage significantly by excluding unused tool definitions.
Prevents context window overload from large MCP server toolsets.
auto-generated
via Amp
Context
Audience
AI developers and engineers using large language models
Shell + Skills + Compaction: Tips for long-running agents that do real work
Practical patterns for building with skills, hosted shell, and server-side compaction in the Responses API.
github.com
GitHub - travisvn/awesome-claude-skills: A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows — particularly Claude Code
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows — particularly Claude Code - travisvn/awesome-claude...
github.com
GitHub - ChromeDevTools/chrome-devtools-mcp: Chrome DevTools for coding agents
Chrome DevTools for coding agents. Contribute to ChromeDevTools/chrome-devtools-mcp development by creating an account on GitHub.
Related Articles
How to Secure Environment Variables for LLMs, MCPs, and AI Tools Using 1Password or Doppler
Stop hardcoding API keys in MCP configs and AI tool settings. Learn how to use 1Password CLI or Doppler to inject secrets just-in-time for Claude, Cur...