Skip to content
Grok

Baron for Grok

io.github.loncadev/baron

Let your coding agent write to your work tracker: issues, branches, PRs and CI, one contract.

client:Grok transport:stdio runtime:npm

Install Baron in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "baron": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lonca/baron-mcp-server"
      ]
    }
  }
}

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

Baron in other clients