Home › Other › MCP Skills Server
MCP Skills Server
MCP server that loads and serves skills from a mounted directory with hot reload.
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 foldersMCP_SKILLS_HOT_RELOAD— Enable automatic reloading when SKILL.md files changeMCP_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
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry