Skip to content
Grok

forensic deepdive for Grok

io.github.dhevenddra/forensic-deepdive

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

client:Grok transport:stdio runtime:pypi

Install forensic deepdive in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "forensic-deepdive": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "forensic-deepdive"
      ]
    }
  }
}

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

forensic deepdive in other clients