All MCP clients
// integrations / continueprotocol: mcp
Continue.dev setup
available
Continue is an open-source AI code assistant for VS Code and JetBrains that supports MCP. Use AppReviewAgent alongside your existing Continue setup.
- 01
Open ~/.continue/config.yaml
- 02
Add AppReviewAgent under the mcpServers section
- 03
Set your API key in the env block
- 04
Reload the Continue extension
- 05
Open the chat panel and query app store reviews
add this to ~/.continue/config.yaml:
★config.yaml
{ "mcpServers": { "appreviewagent": { "command": "npx", "args": ["-y", "@appreviewagent"], "env": { "APPREVIEWAGENT_API_KEY": "your_api_key_here" } } } }
get your API key from the dashboard · 100 free requests/month · no card
Three prompts to try first.
- ›
Fetch reviews mentioning crashes for com.myapp on Google Play
- ›
What do users say about the onboarding flow in 3-star Discord reviews?
- ›
Show me 5-star reviews of GitHub Mobile from the last 30 days
// further reading
Official Continue.dev MCP documentation
advanced config options specific to Continue.dev