cablatecablateCommunityยท1 Agent Skills Included

Agentic-MCP-Skill

Progressive MCP server management with lower token usage

Manages MCP servers through a persistent socket daemon with three-layer progressive disclosure. Loads only the server metadata, tool lists, and schemas actually needed, cutting token usage by up to 86% compared to loading everything. Provides simple CLI commands to query, call, and hot-reload MCP tools without writing custom scripts.
npx skills add cablate/Agentic-MCP-Skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’