Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fast MCP Localsearch for documents about python virtual environments"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fast MCP Local
A minimal FastMCP server implementation with basic tools.
Requirements
Python 3.10 or higher (required by FastMCP)
Setup
Create a virtual environment (use python3.10, python3.11, python3.12, or python3.13):
Install dependencies:
Running the Server
Running Tests
Tools
The server provides document query tools:
search_documents(query: str, limit: int = 10): Search documents by contentget_all_documents(): Get a list of all documents with metadataget_document(filename: str): Get the full content of a specific document
Development
To add new tools, edit src/fast_mcp_local/server.py and decorate functions with @mcp.tool().