storepilot mcp for Zed
io.github.sonlenef/storepilot-mcp
Run an app portfolio across Google Play and the App Store: vitals, reviews, earnings, releases.
client:Zed
transport:stdio
runtime:pypi
Install storepilot mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"storepilot-mcp": {
"command": "uvx",
"args": [
"storepilot"
],
"env": {
"STOREPILOT_GOOGLE_CREDENTIALS": "<STOREPILOT_GOOGLE_CREDENTIALS>",
"STOREPILOT_GOOGLE_REPORTS_BUCKET": "<STOREPILOT_GOOGLE_REPORTS_BUCKET>",
"STOREPILOT_ASC_KEY_PATH": "<STOREPILOT_ASC_KEY_PATH>",
"STOREPILOT_ASC_KEY_ID": "<STOREPILOT_ASC_KEY_ID>",
"STOREPILOT_ASC_ISSUER_ID": "<STOREPILOT_ASC_ISSUER_ID>",
"STOREPILOT_ASC_VENDOR_NUMBER": "<STOREPILOT_ASC_VENDOR_NUMBER>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs