gamma mcp server for Zed
io.github.amer-prog/gamma-mcp-server
Create presentations, documents, and webpages from any MCP-compatible AI assistant via Gamma.app
client:Zed
transport:stdio
runtime:npm
Install gamma mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gamma-mcp-server": {
"command": "npx",
"args": [
"-y",
"@arkava-ai/gamma-mcp-server"
],
"env": {
"GAMMA_API_KEY": "<GAMMA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs