← Index

MCP Skills Server

io.github.srprasanna/mcp-skill-hub·v1.0.0·Filesystem
Quality Score
83
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "mcp-skill-hub": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/srprasanna/mcp-skill-hub:1.0.0"
      ],
      "env": {
        "MCP_SKILLS_DIR": "/skills",
        "MCP_SKILLS_HOT_RELOAD": "true",
        "MCP_SKILLS_LOG_LEVEL": "INFO"
      }
    }
  }
}
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
13
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Filesystem