app publish for Zed
io.github.mikusnuz/app-publish
MCP server for App Store Connect & Google Play Console — iOS/Android app management
client:Zed
transport:stdio
runtime:npm
Install app publish in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"app-publish": {
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
],
"env": {
"APPLE_KEY_ID": "<APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<APPLE_ISSUER_ID>",
"APPLE_P8_PATH": "<APPLE_P8_PATH>",
"GOOGLE_SERVICE_ACCOUNT_PATH": "<GOOGLE_SERVICE_ACCOUNT_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs