jrs-25/francis-mcp-server
3.2
If you are the rightful owner of francis-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Francis MCP Server is a Model Context Protocol server designed for document management with persistent file I/O operations.
Tools
3
Resources
0
Prompts
0
Francis MCP Server
A Model Context Protocol (MCP) server for document management with persistent file I/O operations.
Overview
This project implements an MCP server using Anthropic's FastMCP framework, enabling AI agents like Claude to interact with a document management system through standardized tools and resources.
Features
- Document Reading: Retrieve content from stored documents
- Document Editing: Modify document content with persistent file storage
- Document Listing: Browse available documents
- File Persistence: All changes are automatically saved to disk
Tools Available
read_doc_contents: Read the contents of any documentedit_document: Edit documents by replacing specific textlist_documents: View all available documents in the system
Built as a learning project for understanding MCP architecture and AI agent integration patterns.