Skip to content
VS Code

SkillOS MCP Server for VS Code

io.github.joshanihub/skillos-mcp-server

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

client:VS Code transport:stdio runtime:npm

Install SkillOS MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "skillos-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "skillos-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SkillOS MCP Server in other clients