gamma-mcp-server
Verified Safeby KSAklfszf921
Overview
Acts as a Model Context Protocol (MCP) server to enable AI assistants to generate presentations and documents via the Gamma.app API.
Installation
node dist/streamable-http-server.jsEnvironment Variables
- GAMMA_API_KEY
- GAMMA_API_BASE_URL
- PORT
- HOST
- NODE_ENV
Security Notes
The code is generally secure. It properly loads environment variables for sensitive API keys and doesn't appear to use dangerous functions like 'eval'. The HTTP server is configured to listen on all interfaces (`0.0.0.0`), which is standard for deployment but might require firewalling in production environments. The use of express and standard Node.js practices suggests a low risk of malicious code injection.
Similar Servers
claude-prompts-mcp
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
marp-mcp
An MCP server that enables LLMs to create and edit Marp presentations with AI assistance using structured layouts.
slidev-mcp
An AI-powered server designed to generate and manage Slidev presentation slides and projects.
prompts-mcp
A Model Context Protocol (MCP) server for managing, templating, and exposing AI prompts defined in markdown files via stdio and HTTP transports.