Loading MCP server directory, please wait...
MCP server that loads and serves skills from a mounted directory with hot reload.
npx @getmcp/cli add io.github.srprasanna/mcp-skill-hubRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.srprasanna/mcp-skill-hub": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MCP_SKILLS_DIR",
"-e",
"MCP_SKILLS_HOT_RELOAD",
"-e",
"MCP_SKILLS_LOG_LEVEL",
"docker.io/srprasanna/mcp-skill-hub:1.0.0"
],
"env": {
"MCP_SKILLS_DIR": "/skills",
"MCP_SKILLS_HOT_RELOAD": "true",
"MCP_SKILLS_LOG_LEVEL": "INFO"
}
}
}
}