Skip to content

GeneralUserModels/gumcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP for GUMs

This is a basic instantiation of the Model Context Protocol, with GUMs!

Simply run the following commands:

> git clone [email protected]: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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages