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
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
toolhive-registry-server
The ToolHive Registry Server acts as a central metadata hub for enterprises to curate, discover, and govern Model Context Protocol (MCP) servers, providing a unified catalog from various sources with built-in security and auditability.
mcp-sdk-go
Go SDK for integrating large language models (LLMs) and external tools/resources via the Model Context Protocol (MCP).
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.