Skip to content
Grok

Umbra for Grok

io.github.elberacasa/umbra

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

client:Grok transport:stdio runtime:npm

Install Umbra in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Umbra in other clients