Skip to main content
Glama

FileMaker MCP Server

by mw777eds

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

  1. Clone the repository:
    git clone https://github.com/mw777eds/filemaker_mcp_local/ cd filemaker_mcp_local
  2. Create a virtual environment:
    python3 -m venv venv source venv/bin/activate
  3. Install dependencies:
    pip install -r requirements.txt
  4. Configure Environment Variables:Create a .env file in the project root with the following variables:
    FM_USERNAME=your_filemaker_username FM_PASSWORD=your_filemaker_password FM_HOST=your_filemaker_host FM_DATABASE=your_filemaker_database FM_LAYOUT=your_filemaker_layout
    Replace the placeholder values with your actual FileMaker credentials and database details.

Running the Server

  1. Activate the virtual environment (if not already active):
    source venv/bin/activate
  2. Run the server script:
    python gradio_mcp_server.py

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.

-
security - not tested
F
license - not found
-
quality - not tested

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.

  1. Setup
    1. Running the Server

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A 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 -
        4
        Python
      • A
        security
        A
        license
        A
        quality
        A 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 -
        12
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.
        Last updated -
        1
        TypeScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        A 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 -
        12
        6
        TypeScript
        MIT License

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/mw777eds/filemaker_mcp_local'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server