Skip to content
Grok

laserbrain for Grok

io.github.degibug-del/laserbrain

The drift harness as an MCP server. Offline, no key — a fixed reference an agent checks against.

client:Grok transport:stdio runtime:pypi

Install laserbrain in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "laserbrain": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "laserbrain"
      ]
    }
  }
}

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

laserbrain in other clients