metadata
title: GMatch4py MCP Service
emoji: 🔧
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
license: mit
GMatch4py MCP Service
This deployment package exposes core GMatch4py capabilities through an MCP service built with FastMCP.
Available tools
health_checklist_moduleslist_symbolsrun_graph_comparecall_library_functioncreate_library_instance
Local stdio usage
cd GMatch4py/mcp_output/mcp_plugin
python main.py
Or:
cd GMatch4py/mcp_output
MCP_TRANSPORT=stdio python start_mcp.py
HTTP client usage
cd GMatch4py/mcp_output
MCP_TRANSPORT=http MCP_PORT=8000 python start_mcp.py
For Docker/HF Spaces, transport is HTTP and the MCP endpoint is:
https://{host}/mcp
Docker run
./run_docker.sh
Or on PowerShell:
.\run_docker.ps1