All MCP clients
// integrations / zedprotocol: mcp
Zed setup
available
Zed's AI assistant supports MCP servers via settings.json. Connect AppReviewAgent to query reviews without leaving your editor.
- 01
Open ~/.config/zed/settings.json
- 02
Add AppReviewAgent under the context_servers section
- 03
Provide your API key in the env block
- 04
Restart Zed
- 05
Open the assistant panel and start querying reviews
add this to ~/.config/zed/settings.json:
★settings.json
{ "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.
- ›
Summarise the last 50 reviews for Obsidian on the Mac App Store
- ›
What accessibility issues are reported in 1-star reviews of our app?
- ›
Show trending topics in 4–5 star reviews for Notion on Google Play
// further reading
Official Zed MCP documentation
advanced config options specific to Zed