AGENTS.md Generator
Rank #3792smithery/nushey/agents-md-generator
`agents-md-generator` is an open-source Model Context Protocol (MCP) server that automatically generates and updates an AGENTS.md file for your project. By utilizing Tree-sitter for robust Abstract Syntax Tree (AST) analysis of your local codebase, it provides AI agents and LLMs with a fresh, up-to-date summary of your project's structure, logic, and intent. This zero-config, local utility eliminates the problem of stale documentation and guarantees that your AI agents always have the current context they need.
AGENTS.md Generator is a Model Context Protocol (MCP) server published by nushey. It ranks #3792 of 58,900 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. AGENTS.md Generator is listed across 3 registries — Official MCP, Smithery and PulseMCP, with 13 tracked versions. It was first listed on Mar 21, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 55,108 of 58,900 servers on MCP Toplist.
Use AGENTS.md Generator
Add AGENTS.md Generator to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"agents-md-generator": {
"command": "uvx",
"args": [
"agents-md-generator"
]
}
}
}Listed on 2 registries (1 delisted)
nushey
Available versions (13)
| Version | Published |
|---|---|
| 0.5.3 | Apr 2, 2026 |
| 0.5.2 | Apr 2, 2026 |
| 0.5.1 | Apr 2, 2026 |
| 0.5.0 | Apr 2, 2026 |
| 0.4.2 | Mar 30, 2026 |
| 0.4.1 | Mar 30, 2026 |
| 0.4.0 | Mar 28, 2026 |
| 0.3.4 | Mar 25, 2026 |
| 0.3.2 | Mar 24, 2026 |
| 0.3.1 | Mar 24, 2026 |
| 0.3.0 | Mar 24, 2026 |
| 0.2.3 | Mar 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is AGENTS.md Generator?
- `agents-md-generator` is an open-source Model Context Protocol (MCP) server that automatically generates and updates an AGENTS.md file for your project. By utilizing Tree-sitter for robust Abstract Syntax Tree (AST) analysis of your local codebase, it provides AI agents and LLMs with a fresh, up-to-date summary of your project's structure, logic, and intent. This zero-config, local utility eliminates the problem of stale documentation and guarantees that your AI agents always have the current context they need.
- Who maintains AGENTS.md Generator?
- AGENTS.md Generator is maintained by nushey, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is AGENTS.md Generator an official MCP server?
- Yes — AGENTS.md Generator is listed on the Official MCP Registry, alongside Smithery and PulseMCP.
- How many versions does AGENTS.md Generator have?
- MCP Toplist tracks 13 versions of AGENTS.md Generator, most recently published on Apr 2, 2026.
- Where can I find the source code for AGENTS.md Generator?
- The source code for AGENTS.md Generator is hosted at github.com/nushey/agents-md-generator.