Agentic-MCP-Skill
Progressive MCP server management with lower token usage
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Agentic-MCP-Skill?โผ
Run `npx skills add cablate/Agentic-MCP-Skill --all -g -y` in your terminal to install this skill globally.
How does Agentic-MCP reduce token usage?โผ
It uses three-layer progressive disclosure, loading only server metadata, tool lists, or specific tool schemas when needed instead of the full tool list every conversation.
How do I call an MCP tool with Agentic-MCP?โผ
Start the daemon with `agentic-mcp daemon start`, then run `agentic-mcp call <server> <tool> --params '{"arg":"value"}'` to execute any configured tool.
Does Agentic-MCP work with Claude Code?โผ
Yes. It follows the standard SKILL.md format, so your agent can discover servers, list tools, and call them through simple CLI commands.
Is Agentic-MCP ready for production use?โผ
No. It is an early proof-of-concept for validating progressive disclosure in MCP workflows, so expect rough edges and share feedback via issues.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core