Provides a web user interface for interacting with the dynamically created tools that expose FileMaker scripts.
FileMaker MCP Server
This project implements a Model Context Protocol (MCP) server that dynamically exposes FileMaker scripts as tools. It uses Gradio to provide a user interface for interacting with these tools.
Setup
- Clone the repository:
- Create a virtual environment:
- Install dependencies:
- Configure Environment Variables:Create a
.env
file in the project root with the following variables:Replace the placeholder values with your actual FileMaker credentials and database details.
Running the Server
- Activate the virtual environment (if not already active):
- Run the server script:
This will start both the MCP server (listening on stdin/stdout for the MCP protocol) and a Gradio server (typically on port 7860) providing a web UI for the dynamically created tools.
This server cannot be installed
A server that dynamically exposes FileMaker scripts as tools, providing a Gradio-based user interface for interacting with FileMaker databases through the Model Context Protocol.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that allows management and execution of Blender Python scripts, enabling users to create, edit and run scripts in a headless Blender environment through natural language interfaces.Last updated -4Python
- AsecurityAlicenseAqualityA Model Context Protocol server that provides tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.Last updated -12PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.Last updated -1TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables enhanced file system operations including reading, writing, copying, moving files with streaming capabilities, directory management, file watching, and change tracking.Last updated -126TypeScriptMIT License