-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
Description
Any interest in adding support for Goose as a client?.
Goose stores mcp server settings in ~/.config/goose/config.yaml by default and looks like this:
extensions:
fetch:
name: GitHub
cmd: npx
args: [-y @modelcontextprotocol/server-github]
enabled: true
envs: { "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>" }
type: stdio
timeout: 300Example from https://block.github.io/goose/docs/getting-started/using-extensions#config-entry
More info on the config file: https://block.github.io/goose/docs/guides/config-file
Reactions are currently unavailable