schemamcp
Verified Safeby manattan
Overview
Provides MySQL schema files as an HTTP-based Model Context Protocol (MCP) server for AI models or other clients.
Installation
No command providedSecurity Notes
The server exposes database schema information via an HTTP API. While schema data itself is not sensitive in all contexts, direct exposure without authentication or authorization could be a risk if deployed publicly. It is primarily designed for local or internal use with AI development tools. No obvious execution of arbitrary code ('eval') based on the description, and it parses a limited subset of SQL syntax, which could reduce certain attack vectors.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
toolhive-registry-server
The central metadata hub for enterprise Model Context Protocol (MCP) server governance and discovery, implementing the official MCP Registry API specification.
sqlite-mcp
A Model Context Protocol (MCP) server that enables LLMs to interact with SQLite databases by providing tools and resources for querying and managing data.
mcp-mysql-server
Provides an MCP-compliant interface for AI models to securely interact with a MySQL database for CRUD operations, schema inspection, and performance analysis.