Skip to content
Cline

SkillOS MCP Server for Cline

io.github.joshanihub/skillos-mcp-server

SkillOS MCP Runtime exposes the SkillOS skill registry as activatable MCP tools for AI agents.

client:Cline transport:stdio runtime:npm

Install SkillOS MCP 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

{
  "mcpServers": {
    "skillos-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "skillos-mcp-server"
      ]
    }
  }
}

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

SkillOS MCP Server in other clients