← Back to browse

MCP Skills Server

Indexed by io.github.srprasanna

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 varsMCP_SKILLS_DIR MCP_SKILLS_HOT_RELOAD MCP_SKILLS_LOG_LEVEL
Claude Code
claude mcp add --env MCP_SKILLS_DIR= --env MCP_SKILLS_HOT_RELOAD= --env MCP_SKILLS_LOG_LEVEL= mcp-skills-server -- docker docker.io/srprasanna/mcp-skills-server:1.0.0
Cursor

Add to 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-skills-server","command":"docker","args":["docker.io/srprasanna/mcp-skills-server:1.0.0"],"env":{"MCP_SKILLS_DIR":"","MCP_SKILLS_HOT_RELOAD":"","MCP_SKILLS_LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "mcp-skills-server": {
      "command": "docker",
      "args": [
        "docker.io/srprasanna/mcp-skills-server: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.