Skip to content
Grok

lema mcp for Grok

io.github.lemahq/lema-mcp

Cited 'why was this decided?' answers for your repo and for React, Kubernetes, and Rust.

client:Grok transport:stdio runtime:npm

Install lema mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "lema-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lema-mcp"
      ]
    }
  }
}

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

lema mcp in other clients