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:
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:
The MCP should then be enabled in the Claude app!
Tutorial¶
(coming soon!)