← Back to Plugins
MCP Server MCP

MCP Skills Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:docker.io/srprasanna/mcp-skill-hub:1.0.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/srprasanna/mcp-skill-hub:1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Root directory containing skill folders",
          "default": "/skills",
          "name": "MCP_SKILLS_DIR"
        },
        {
          "description": "Enable automatic reloading when SKILL.md files change",
          "default": "true",
          "name": "MCP_SKILLS_HOT_RELOAD"
        },
        {
          "description": "Logging verbosity: DEBUG, INFO, WARNING, ERROR, CRITICAL",
          "default": "INFO",
          "name": "MCP_SKILLS_LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...