Skip to content
Windsurf

AGENTS.md Generator for Windsurf

io.github.nushey/agents-md-generator

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

client:Windsurf transport:stdio runtime:pypi

Install AGENTS.md Generator in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

AGENTS.md Generator in other clients