Skip to content
Skill

agentic-mcp

by cablate

AI Summary

Agentic MCP enables AI assistants to interact with MCP servers through socket-based communication, allowing discovery and execution of external tools with progressive disclosure. Developers and AI builders benefit by gaining structured access to MCP server capabilities without manual integration.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "agentic-mcp" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/Agentic-MCP-Skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/Agentic-MCP-Skill/SKILL.md "https://raw.githubusercontent.com/cablate/Agentic-MCP-Skill/master/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Agentic MCP - Three-layer progressive disclosure for MCP servers with Socket daemon. Use when the user needs to interact with MCP servers, query available tools, call MCP tools, or manage the MCP daemon process. Provides socket-based communication for efficient server interaction with three-layer progressive disclosure API.

Examples

Basic usage: `bash agentic-mcp daemon start agentic-mcp metadata <server> agentic-mcp list <server> agentic-mcp schema <server> <tool> agentic-mcp call <server> <tool> --params '{"arg":"value"}' ` Multiple sessions: `bash MCP_DAEMON_SESSION=proj1 agentic-mcp daemon start MCP_DAEMON_SESSION=proj2 agentic-mcp daemon start `

Quick start

`bash agentic-mcp daemon start --config <mcp-servers.json path> # Start daemon agentic-mcp metadata <server-name> # Get server info agentic-mcp list <server-name> # List tools agentic-mcp schema <server-name> <tool-name> # Get tool schema agentic-mcp call <server-name> <tool-name> --params '{"arg":"value"}' # Call tool agentic-mcp daemon stop # Stop daemon `

Core workflow

• agentic-mcp daemon start - Start daemon • agentic-mcp metadata <server> - Layer 1: server info • agentic-mcp list <server> - Layer 2: available tools • agentic-mcp schema <server> <tool> - Layer 3: tool details • agentic-mcp call <server> <tool> --params '{"arg":"value"}' - Execute tool

Daemon management

`bash agentic-mcp daemon start # Start daemon agentic-mcp daemon health # Check status agentic-mcp daemon reload # Reload config agentic-mcp daemon stop # Stop daemon agentic-mcp daemon start --config <path> # Custom config ` Sessions (isolated instances): `bash MCP_DAEMON_SESSION=<name> agentic-mcp daemon start `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
17 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars17
Forks2
Issues0
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code