Skip to content
VS Code

fabrx for VS Code

io.github.cc1988cc/fabrx

MCP server for Fabrx - Build APIs from documents in your IDE

client:VS Code transport:stdio runtime:npm

Install fabrx in VS Code

.vscode/mcp.json

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

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

fabrx in other clients