Serversio.github.srprasanna/mcp-skills-server
S

MCP Skills Server

io.github.srprasanna/mcp-skills-server · v1.0.0
▦ docker
v1.0.0docker oci: docker.io/srprasanna/mcp-skills-server:1.0.0↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.srprasanna/mcp-skills-server",
  "description": "MCP server that loads and serves skills from a mounted directory with hot reload.",
  "title": "MCP Skills Server",
  "repository": {
    "url": "https://github.com/srprasanna/mcp-skill-hub",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://srprasanna.github.io/mcp-skill-hub",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/srprasanna/mcp-skills-server: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"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "migratedFrom": "https://registry.modelcontextprotocol.io/schema/server.json"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}