my-mcp-server
Verified Safeby hoyeoy
Overview
A backend API server providing 'tools' for key-value storage, email sending via multiple providers, and Google Sheets data retrieval, likely for integration with AI agents or other applications.
Installation
No command providedEnvironment Variables
- RESEND_API_KEY
- GMAIL_USER
- GMAIL_PASS
- GOOGLE_SERVICE_ACCOUNT_JSON
Security Notes
Broad CORS ('Access-Control-Allow-Origin: *') is enabled on all Node.js API endpoints, which allows requests from any origin. While common for public APIs or development, it generally reduces security if not specifically needed. The 'tool_calls' mechanism in 'api/mcp.js' is implemented safely by checking specific tool names, but dynamic function dispatch patterns should always be carefully reviewed. All secrets are correctly handled via environment variables.
Similar Servers
tiger-memory-mcp-server
A backend server for a Minecraft-related application, likely providing data management or proxy services.
chuk-mcp-server
A framework for building high-performance, modular, zero-configuration Model Context Protocol (MCP) servers, capable of hosting AI agent tools, resources, and prompts across local, containerized, and diverse cloud environments.
MCPSERVE
A server backend, likely related to the Minecraft Protocol (MCP), intended for game hosting or application services.
RAID_MCP_SERVER
A comprehensive Model Context Protocol (MCP) server for enterprise project management, specifically designed for tracking Risks, Actions, Issues, and Decisions (RAID) with secure, role-based access.