Skip to content
Cline

AGENTS.md Generator for Cline

io.github.nushey/agents-md-generator

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

client:Cline transport:stdio runtime:pypi

Install AGENTS.md Generator in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

AGENTS.md Generator in other clients