mcp-file-summarizer

DevOpsDynamoHub/mcp-file-summarizer

3.1

If you are the rightful owner of mcp-file-summarizer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP File Summarizer is a lightweight Model Context Protocol server designed to enable AI agents to read and summarize local text files.

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
pip install flask