mcp-server-mysql
by benborla
Overview
A backend server application for a Modular Control Platform (MCP) or Microservice Control Plane, likely built with Node.js/TypeScript and integrating with MySQL, potentially featuring AI/LLM evaluation capabilities.
Installation
docker build -t mcp-server-mysql . && docker run -p 3000:3000 mcp-server-mysqlSecurity Notes
The presence of 'evals.ts' indicates potential dynamic code execution, which poses a significant security risk if not rigorously sandboxed and input-validated. As a server application, it also faces inherent network exposure and requires secure handling of database credentials.
Similar Servers
tiger-gh-mcp-server
Provides a Model Context Protocol (MCP) interface to the GitHub API, enabling LLMs to access focused development tools and information.
mcp-server
The Kontent.ai MCP Server enables AI models to understand Kontent.ai content structure and perform content operations through natural language instructions, transforming content operations with AI-powered tools.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and research papers to provide AI agents with context-aware information.
MCP-para-todo
An educational MCP server that connects language models with external tools in real-time, focusing on providing real-world context and extending LLM capabilities.