Skip to main content

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

  1. Install Goose Desktop (to use cli please follow their instructions)
  2. Open it up and create your account and connect to a model provider
  3. Open Settings -> Extensions
  4. Click Add custom extension
  5. Enter the following values:
  • id: mcpx
  • name: mcpx
  • description: mcpx server for mcp.run
  • command: npx --yes @dylibso/mcpx
  1. Leave the rest as is and hit Add
  2. Go back to the goose chat and ask "can you log me into mcp.run?"
  3. It will use our built in tool and log you in
  4. 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.