agents-md-generator
https://server.smithery.ai/nushey/agents-md-generator/mcp
● healthy
`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.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/nushey/agents-md-generator/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/nushey/agents-md-generator/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/nushey/agents-md-generator