MCP Skills Server
About
MCP server that loads and serves skills from a mounted directory with hot reload.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MCP_SKILLS_DIR MCP_SKILLS_HOT_RELOAD MCP_SKILLS_LOG_LEVELClaude Code
claude mcp add --env MCP_SKILLS_DIR= --env MCP_SKILLS_HOT_RELOAD= --env MCP_SKILLS_LOG_LEVEL= mcp-skill-hub -- docker docker.io/srprasanna/mcp-skill-hub:1.0.0
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-skill-hub","command":"docker","args":["docker.io/srprasanna/mcp-skill-hub:1.0.0"],"env":{"MCP_SKILLS_DIR":"","MCP_SKILLS_HOT_RELOAD":"","MCP_SKILLS_LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"mcp-skill-hub": {
"command": "docker",
"args": [
"docker.io/srprasanna/mcp-skill-hub:1.0.0"
],
"env": {
"MCP_SKILLS_DIR": "",
"MCP_SKILLS_HOT_RELOAD": "",
"MCP_SKILLS_LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.