Home › Other › MCP Skills Server

MCP Skills Server

MCP server that loads and serves skills from a mounted directory with hot reload.

Python
★ 13 stars Last pushed 2025-10-29 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm docker.io/srprasanna/mcp-skill-hub:1.0.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-skill-hub": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/srprasanna/mcp-skill-hub:1.0.0"
      ],
      "env": {
        "MCP_SKILLS_DIR": "<YOUR_VALUE>",
        "MCP_SKILLS_HOT_RELOAD": "<YOUR_VALUE>",
        "MCP_SKILLS_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • MCP_SKILLS_DIR — Root directory containing skill folders
  • MCP_SKILLS_HOT_RELOAD — Enable automatic reloading when SKILL.md files change
  • MCP_SKILLS_LOG_LEVEL — Logging verbosity: DEBUG, INFO, WARNING, ERROR, CRITICAL

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.srprasanna/mcp-skills-server

Related servers

Data from the Official MCP Registry