gmatch4py / README.md
ghh1125's picture
Upload 13 files
f1dc81b verified
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_check
  • list_modules
  • list_symbols
  • run_graph_compare
  • call_library_function
  • create_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