MCP Server
With our Gomboc MCP server, you'll be able to use your own AI tool like Claude or ChatGPT and have it interact with Gomboc.
Get started by pulling the Docker image here and creating a Gomboc PAT which you can do at Gomboc.AI
Once you have the image and token you can run the following command to run the MCP server
docker run -p 3100:3100\
-e GOMBOC_PAT='GENERATED_GOMBOC_PAT' \
gombocai/mcp:latest
Last updated