
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@mindstone-engineering/mcp-server-gamma
Advanced tools
Gamma AI presentation generation MCP server for Model Context Protocol hosts
Gamma AI presentation generation MCP server for Model Context Protocol hosts. Create AI-powered presentations, documents, webpages, and social posts, manage themes and folders, and export content through a standardised MCP interface.
cd <path-to-repo>/connectors/gamma
npm install
npm run build
npx -y @mindstone-engineering/mcp-server-gamma
node dist/index.js
GAMMA_API_KEY — Gamma API keyGAMMA_EXPORT_POLL_INTERVAL_MS — export poll interval in milliseconds (default: 5000)GAMMA_EXPORT_POLL_MAX_ATTEMPTS — maximum export poll attempts (default: 12)GAMMA_REQUEST_TIMEOUT_MS — optional override (positive integer ms, max 30 min) for the outbound HTTP request timeout applied to both Gamma API and host-bridge calls. Default: 60000 (60s). Raise this if you see TIMEOUT errors on slow submits; lower it if you want tighter bounds.MCP_HOST_BRIDGE_STATE — optional path to a host bridge state file used for credential managementMINDSTONE_REBEL_BRIDGE_STATE — backwards-compatible alias for MCP_HOST_BRIDGE_STATE{
"mcpServers": {
"Gamma": {
"command": "npx",
"args": ["-y", "@mindstone-engineering/mcp-server-gamma"],
"env": {
"GAMMA_API_KEY": "your-api-key"
}
}
}
}
{
"mcpServers": {
"Gamma": {
"command": "node",
"args": ["<path-to-repo>/connectors/gamma/dist/index.js"],
"env": {
"GAMMA_API_KEY": "your-api-key"
}
}
}
}
configure_gamma_api_key — Configure the Gamma API keygamma_list_themes — List available Gamma themes (custom and standard)gamma_list_folders — List folders in the user's Gamma workspacegamma_generate — Create AI-powered presentations, documents, webpages, or social postsgamma_create_from_template — Clone and modify an existing Gamma document using AIgamma_get_status — Poll the status of a Gamma generationFSL-1.1-MIT — Functional Source License, Version 1.1, with MIT future licence. The software converts to MIT licence on 2030-04-08.
FAQs
Gamma AI presentation generation MCP server for Model Context Protocol hosts
We found that @mindstone-engineering/mcp-server-gamma demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.