Skip to content

Using MCPs to connect to GUMs

I just want to set up the MCP

If you want to get right to setting this up, just clone the MCP Repository and run the following:

> git clone git@github.com:GeneralUserModels/gum-mcp.git
> cd gum-mcp
> pip install --editable .

Create a .env file with your environment variables. Either GUM_LM_API_BASE="gum-base-url" and SCREEN_LM_API_BASE="screen-base-url", if you're using an open source model or OPENAI_API_KEY="api_key_here" if you're using OpenAI models.

Finally, install the MCP client:

> mcp install server.py -f .env --with gum-ai

The MCP should then be enabled in the Claude app!

Tutorial

(coming soon!)