Summarizes code files within a directory using Gemini Flash 2.0, and offers an MCP server for LLM tool integration.
Sponsored
Code Summarizer is a command-line tool and MCP server that streamlines code comprehension by automatically generating summaries of code files using Gemini Flash 2.0. It recursively processes files, respects .gitignore rules, and provides summaries with configurable detail levels and lengths. The integrated Model Context Protocol (MCP) server allows seamless integration with LLM tools like Claude Desktop and Cursor AI, enabling developers to access code summaries and file content directly within their preferred environments.
Key Features
01Recursively processes code files in a directory
020 GitHub stars
03MCP server for integration with LLM tools
04Configurable detail level and summary length
05Summarizes code files using Gemini Flash 2.0
06Respects `.gitignore` rules
Use Cases
01Integrating with Claude Desktop for code understanding
02Using the CLI to summarize code and output to file
03Integrating with Cursor AI for codebase summarization