Skip to content
Grok

Grasp — Code Architecture & Dependency Analysis for Grok

io.github.ashfordeou/grasp

Codebase analysis: dependency graphs, security scanning, and refactor plans for GitHub and GitLab.

client:Grok transport:stdio runtime:npm

Install Grasp — Code Architecture & Dependency Analysis in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "grasp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "grasp-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

Grasp — Code Architecture & Dependency Analysis in other clients