Skip to content

Goose

Connect AllMCP to Goose (Block’s open-source AI agent).

Get your API key Browse providers
  1. Open your Goose config

    Goose stores extensions in ~/.config/goose/config.yaml. You can edit it directly, or add the server from the Goose Extensions settings.

  2. Add the allmcp extension

    A remote AllMCP connection is a streamable_http extension. Note the endpoint key is uri:

    ~/.config/goose/config.yaml
    extensions:
    allmcp:
    enabled: true
    type: streamable_http
    name: AllMCP
    uri: https://go.allmcp.co/mcp/
    headers:
    X-API-Key: YOUR_API_KEY
    timeout: 300
  3. Verify it’s working

    Start a Goose session and ask:

    What integrations does AllMCP support?