Skip to content

AGENTS.md Generator for Zed

io.github.nushey/agents-md-generator

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

client:Zed transport:stdio runtime:pypi

Install AGENTS.md Generator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "agents-md-generator": {
      "command": "uvx",
      "args": [
        "agents-md-generator"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AGENTS.md Generator in other clients