Skip to content
Grok

AGENTS.md Generator for Grok

io.github.nushey/agents-md-generator

Analyzes codebases with tree-sitter and generates AGENTS.md files for AI coding agents.

client:Grok transport:stdio runtime:pypi

Install AGENTS.md Generator in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agents-md-generator": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agents-md-generator"
      ]
    }
  }
}

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

AGENTS.md Generator in other clients