MCP File Summarizer
About
Lightweight MCP server that summarizes local .txt and .md files using AI agents
Details
- Author
- DevOpsDynamoHub
- Downloads
- 336
- Categories
- Other
Jump to
- Lightweight MCP server for AI agents.
- read_file returns full file content.
- summarize_file returns the first 10 lines.
- Supports .txt and .md file formats.
Install Python 3.7+ and Flask, then run the server. Invoke the read_file(file_path) tool to retrieve full file content or summarize_file(file_path) to get the first 10 lines as a summary.
MCP File Summarizer
This is a lightweight Model Context Protocol (MCP) server that allows AI agents (like Cursor, Claude, etc.) to read and summarize local .txt or .md files.
π Features
-read_file(file_path) β returns full file content
- summarize_file(file_path) β returns the first 10 lines as a summary
π Requirements
- Python 3.7+ - Flask```bash
pip install flask
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



