AGENTS.md Generator for Cursor
io.github.nushey/agents-md-generator
Analyzes codebases with tree-sitter and generates AGENTS.md files for AI coding agents.
client:Cursor
transport:stdio
runtime:pypi
Install AGENTS.md Generator in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agents-md-generator": {
"type": "stdio",
"command": "uvx",
"args": [
"agents-md-generator"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs