Skip to content
VS Code

AGENTS.md Generator for VS Code

io.github.nushey/agents-md-generator

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

client:VS Code transport:stdio runtime:pypi

Install AGENTS.md Generator in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AGENTS.md Generator in other clients