Skip to content
VS Code

Umbra for VS Code

io.github.elberacasa/umbra

Trust score for AI-generated code: scan repos, guard agent file writes, get a 0-100 score.

client:VS Code transport:stdio runtime:npm

Install Umbra in VS Code

.vscode/mcp.json

{
  "servers": {
    "umbra": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@elberacasa/umbra"
      ]
    }
  }
}

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

Umbra in other clients