Goose

Connect ASO++ to Goose using the MCP extension configuration.

Goose is Block's open-source AI agent. It uses an extension system where MCP servers are registered as extensions.

Prerequisites

Configuration

Open the Goose config file

The Goose configuration lives at ~/.config/goose/config.yaml. Create it if it doesn't exist.

Add the ASO++ extension

Add the following to your config.yaml:

extensions:
  asopp:
    type: remote
    uri: https://asopp.cc/mcp
    transport: sse
    headers:
      Authorization: "Bearer YOUR_TOKEN_HERE"
    enabled: true

Replace YOUR_TOKEN_HERE with your actual token.

Start a Goose session

Run:

goose session

Type a prompt to test the connection:

Search for App Store keywords related to "meditation" in the US

Goose should call search_keywords and return a list of relevant keywords.

Verifying the extension is loaded

Run goose session and type /extensions to list all loaded extensions. You should see asopp with a connected status.

Troubleshooting

© 2026 ASO++. All rights reserved.