Skip to content
Grok

Lachesis for Grok

io.github.unboundcompute/lachesis

Compiler-precise code property graph for C, Python, and TypeScript, navigable over MCP.

client:Grok transport:stdio runtime:pypi

Install Lachesis in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "lachesis": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lachesis-cpg"
      ]
    }
  }
}

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

Lachesis in other clients