Appfigures for Zed
com.appfigures/mcp
Access your app analytics, ASO tools, and app market intelligence with Appfigures.
client:Zed
transport:stdio
runtime:npm
Install Appfigures in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@appfigures/cli"
],
"env": {
"APPFIGURES_API_KEY": "<APPFIGURES_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs