Analyzes codebases with tree-sitter and generates AGENTS.md files for AI coding agents.
MCP server that analyzes codebases with tree-sitter and generates files. Compatible with any MCP-capable client: Claude Code, Gemini CLI, Cursor, Windsurf, and others. How it works: The server exposes three tools with a clear separation of concerns. is the main entry point — it runs the analysis pipeline internally, embeds writing rules into the payload, and returns chunked read instructions to…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
MCP server that analyzes codebases with tree-sitter and generates files. Compatible with any MCP-capable client: Claude Code, Gemini CLI, Cursor, Windsurf, and others. How it works: The server exposes three tools with a clear separation of concerns. is the main entry point — it runs the analysis pipeline internally, embeds writing rules into the payload, and returns chunked read instructions to your client. is a standalone context tool for when you want deep codebase understanding without…