AGENTS.md Generator
Rank #3,584io.github.nushey/agents-md-generator
Analyzes codebases with tree-sitter and generates AGENTS.md files for AI coding agents.
AGENTS.md Generator is a Model Context Protocol (MCP) server published by nushey. It ranks #3,584 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. AGENTS.md Generator is listed across 5 registries — Official MCP, Smithery, PulseMCP, Glama and mcp.so, with 16 tracked versions. It was first listed on Mar 21, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 112,007 of 115,591 servers on MCP Toplist.
Use AGENTS.md Generator
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agents-md-generator https://server.smithery.ai/nushey/agents-md-generator/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add agents-md-generator -- uvx agents-md-generator[mcp_servers.agents-md-generator]
url = "https://server.smithery.ai/nushey/agents-md-generator/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.agents-md-generator]
command = "uvx"
args = ["agents-md-generator"]Add to ~/.codex/config.toml.
https://server.smithery.ai/nushey/agents-md-generator/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agents-md-generator": {
"command": "uvx",
"args": [
"agents-md-generator"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agents-md-generator": {
"url": "https://server.smithery.ai/nushey/agents-md-generator/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agents-md-generator": {
"command": "uvx",
"args": [
"agents-md-generator"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agents-md-generator": {
"type": "http",
"url": "https://server.smithery.ai/nushey/agents-md-generator/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"agents-md-generator": {
"type": "stdio",
"command": "uvx",
"args": [
"agents-md-generator"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agents-md-generator": {
"serverUrl": "https://server.smithery.ai/nushey/agents-md-generator/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agents-md-generator": {
"command": "uvx",
"args": [
"agents-md-generator"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agents-md-generator": {
"url": "https://server.smithery.ai/nushey/agents-md-generator/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agents-md-generator": {
"command": "uvx",
"args": [
"agents-md-generator"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nushey%2Fagents-md-generator)<a href="https://mcptoplist.com/server/io.github.nushey%2Fagents-md-generator"><img src="https://mcptoplist.com/badge/io.github.nushey%2Fagents-md-generator.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (2 delisted)
nushey
Available versions (16)
| Version | Published |
|---|---|
| 0.6.0 | Aug 10, 2026 |
| 0.5.5 | Jul 29, 2026 |
| 0.5.4 | Jun 20, 2026 |
| 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
- Who maintains AGENTS.md Generator?
- AGENTS.md Generator is maintained by nushey, which publishes 1 MCP server (16 total versions) tracked on MCP Toplist.
- Is AGENTS.md Generator listed on the Official MCP Registry?
- Yes — AGENTS.md Generator is listed on the Official MCP Registry, alongside Smithery, PulseMCP, Glama and mcp.so.
- How many versions does AGENTS.md Generator have?
- MCP Toplist tracks 16 versions of AGENTS.md Generator, most recently published on Aug 10, 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.