Goose
Goose is a an open source desktop client and cli agent. The have extensions which speak MCP.
Video
Quick Install / Remote
For a quick, automated setup, run this command in your terminal:
npx --yes -p @dylibso/mcpx@latest install --client goose --url "https://www.mcp.run/api/mcp/sse?profile=<scope-name>/<profilename>"
Profile name
Replace the profile query paramter with any profile you have access to. For example, if your user name is benjamin
, you could use benjamin/default
.
If you belong to the org dylibso
which has a engineering
profile, you could set it to dylibso/engineering
.
See a list of your profiles here.
Manual Install / Local
- Install Goose Desktop (to use cli please follow their instructions)
- Open it up and create your account and connect to a model provider
- Open
Settings
->Extensions
- Click
Add custom extension
- Enter the following values:
- id:
mcpx
- name:
mcpx
- description:
mcpx server for mcp.run
- command:
npx --yes @dylibso/mcpx
- Leave the rest as is and hit
Add
- Go back to the goose chat and ask "can you log me into mcp.run?"
- It will use our built in tool and log you in
- Then you should have access to your tools
Up to date instructions
If you get stuck, please refer to Goose's guide as it should remain up to date.