mcp-server-eleven
Verified Safeby almai1
Overview
Manages VoiceForge AI agents, knowledge bases, workflows, and calendars from MCP-compatible AI assistants like Cursor or Antigravity (Gemini).
Installation
npx -y github:almai1/mcp-server-elevenEnvironment Variables
- VOICEFORGE_API_KEY
- VOICEFORGE_URL
- N8N_BASE_URL
- N8N_API_KEY
Security Notes
API keys are correctly handled via environment variables (VOICEFORGE_API_KEY, N8N_API_KEY) and are not hardcoded. No 'eval' or obvious malicious code patterns were found. The n8n client defaults to a local IP (http://10.0.1.113:5678) for N8N_BASE_URL, which is safe for local N8n instances but should be securely configured for external ones. N8n workflow ownership is verified via agent-specific tags, adding a layer of security against unauthorized workflow execution.
Similar Servers
mcp-discord
Enables AI assistants to interact with the Discord platform by providing a set of Discord-related functionalities via the Model Context Protocol (MCP).
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
mcp
The MCP Server provides an AI-powered framework for command execution, plugin-based tools, secure Python evaluation, and knowledge management, designed for standalone or embedded use.