Agents Md Generator
@nushey
关于 Agents Md Generator
MCP server to create and update agents.md efficiently
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"io-github-nushey-agents-md-generator": {
"args": [
"agents-md-generator"
],
"command": "uvx"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Agents Md Generator?
Agents Md Generator is an MCP server that analyzes codebases using tree-sitter AST parsing and produces AGENTS.md files — a README formatted for AI agents rather than human readers. It is compatible with any MCP-capable client, including Claude Code, Gemini CLI, Cursor, and Windsurf.
How to use Agents Md Generator?
Install with Python 3.11+, uv, and Git. Register the server in your MCP client’s config (e.g., claude mcp add agents-md uvx agents-md-generator). Then ask your AI client: “Generate the AGENTS.md for this project”. The client automatically calls the generate_agents_md tool. Optionally set project_path (defaults to current directory) and force_full_scan (skips cache). Large projects are handled via a chunked streaming tool.
Key features of Agents Md Generator
- Tree-sitter based AST parsing across five languages
- Incremental scanning with SHA-256 change detection
- Chunked streaming of large analysis payloads over MCP
- Cache and temporary files stored outside the project directory
- Support for custom exclusion/inclusion patterns via
.agents-config.json - Environment variable and entry point detection
Use cases of Agents Md Generator
- Generate
AGENTS.mdfor a new project from scratch - Automatically update
AGENTS.mdwhen the codebase changes - Share consistent project context across different AI coding assistants
FAQ from Agents Md Generator
How does incremental scanning work?
On the first run all git-tracked source files are cached. Subsequent runs only re-parse files whose SHA-256 hash changed. For modified files, only changed public symbols are included. If nothing changed, the tool asks whether to improve the existing AGENTS.md anyway.
What languages are supported?
Python, C#, TypeScript, JavaScript, and Go.
Does it modify my project files?
No. All cache and temporary payload files are written to ~/.cache/agents-md-generator/<project-hash>. The only file written to your repository is AGENTS.md, and that is created by your AI client (not by the server directly).
Can I customize what gets analyzed?
Yes. Create an optional .agents-config.json in the project root. You can set exclude and include globs, restrict languages, change the output path, and adjust the impact_threshold (high/medium/low) that controls which changes trigger regeneration.
Is it compatible with any MCP client?
Yes. It uses stdio transport, so any client that supports the mcpServers configuration can use it. Examples include Claude Code, Gemini CLI, Cursor, and Windsurf.
开发工具 分类下的更多 MCP 服务器
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
评论