Odel
MCP Skills Server

MCP Skills Server

Local
@srprasanna12PythonMITUpdated 10mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/srprasanna/mcp-skill-hub:1.0.0

Run

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

MCP client config

{
  "mcpServers": {
    "mcp-skills-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/srprasanna/mcp-skill-hub:1.0.0"
      ]
    }
  }
}