Skip to content
Cline

MCP Skills Server for Cline

io.github.srprasanna/mcp-skills-server

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

client:Cline transport:stdio runtime:oci

Install MCP Skills Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-skills-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/srprasanna/mcp-skills-server:1.0.0"
      ],
      "env": {
        "MCP_SKILLS_DIR": "<MCP_SKILLS_DIR>",
        "MCP_SKILLS_HOT_RELOAD": "<MCP_SKILLS_HOT_RELOAD>",
        "MCP_SKILLS_LOG_LEVEL": "<MCP_SKILLS_LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

MCP Skills Server in other clients