Skip to content
VS Code

krexel mcp for VS Code

io.github.syfer-web/krexel-mcp

Ship and edit static sites from any MCP-compatible AI. The AI is the brain; Krexel is the hands.

client:VS Code transport:stdio runtime:npm

Install krexel mcp in VS Code

.vscode/mcp.json

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

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

krexel mcp in other clients