Implements a minimal FastMCP server providing basic document query tools.
Fast Local is a lightweight and easily deployable FastMCP server designed to provide essential document querying capabilities. It allows users to search documents by content, retrieve a list of all available documents with their metadata, and fetch the full content of specific files. Built with Python, it offers a straightforward way to integrate document management and retrieval into various applications, with easy extensibility for adding custom tools.
Key Features
01Search documents by content
02Retrieve all documents with metadata
03Get full content of specific documents
04Minimal FastMCP server implementation
05Extensible with custom `@mcp.tool()` decorated functions
060 GitHub stars
Use Cases
01Local document search and retrieval for development
02Integrating document content into AI agent workflows
03Rapid prototyping of document-based applications