Skip to main content
Glama
ErosAO

Claude MCP File Server

by ErosAO

Claude MCP File Server — Documentation

File management system powered by Claude AI, accessible via MCP protocol and Telegram.

Table of Contents

Document

Description

Architecture

System overview and data flow

Configuration

Environment variables and server settings

MCP Tools

Reference for the 6 exposed tools

Telegram Bot

Bot guide: commands, authorization, and agentic flow

Local Development

How to run the project on your machine

AWS Deployment

Full deployment on EC2 via CloudFormation

MCP Template

Personal reference: pattern for building new MCP projects

Quick Summary

Usuario
  │
  ├─► Telegram Bot ──► claude -p (CLI) ──► Tools (archivos)
  │
  └─► Cliente MCP ──────────────────────► MCP Server (FastMCP, SSE/stdio)
                                                │
                                          FILES_DIR (sandboxed)

Stack: Python 3.11 · FastMCP · python-telegram-bot · AWS EC2 · systemd

Related MCP Connectors