MCP File Summarizer

by DevOpsDynamoHub

336 downloads
Not rated
GitHub

About

Lightweight MCP server that summarizes local .txt and .md files using AI agents

Details

Author
DevOpsDynamoHub
Downloads
336
Categories
Other

- 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

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.