Skip to content
Grok

Generate Tech Stack for Grok

io.github.askuma/generate-tech-stack

Visual tech-stack inventory of any codebase: languages, frameworks, databases, AI SDKs, infra.

client:Grok transport:stdio runtime:pypi

Install Generate Tech Stack in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "generate-tech-stack": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "generate-tech-stack-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

Generate Tech Stack in other clients