mcp-sql-server
Related Servers
Alternatives to mcp-sql-server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceMCP server that exposes SQL Server databases to Claude, allowing natural language queries with tools to list tables, describe schemas, and run read-only SELECT statements.-
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server that connects Claude to the Northwind sample PostgreSQL database, allowing natural language queries to generate SQL and charts.2MIT
- AlicenseNot gradedqualityBmaintenanceEnables LLMs to interact with a SQLite e-commerce database via safe, typed MCP tools with read-only guards and auth-gated mutations, plus a Claude agent for answering business questions.1MIT
- AlicenseAqualityBmaintenanceA read-only MCP server that lets AI agents run safe, specialized analytics over an internet shop's SQLite database, covering customers, products, orders, and revenue. It exposes no generic SQL or write tools, so agents can answer questions without modifying data.8MIT
- AlicenseAqualityDmaintenanceA read-only MCP server for SQL Server database introspection that enables Claude to explore and query databases via tools like listing objects and executing SELECT queries.201MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server implementation that enables Claude to execute read-only queries against MariaDB databases and explore database schemas through natural language.20MIT
TDQS
Scored across 3 tools
The three tools are clearly distinct: one lists tables, one describes a table's schema, and one executes queries. There is no overlap or ambiguity between these purposes.
All tools follow a consistent verb_noun pattern: list_tables, describe_table, run_query. The naming convention is uniform and predictable.
Three tools for a read-only SQL database server is reasonable but leans toward the thin end. It covers the core needs of exploration (list/describe) and execution (query), though additional tools like schema versioning or metadata for indexes could add value.
For a read-only SQL exploration server, the surface is complete: discover tables (list_tables), inspect structures (describe_table), and query data (run_query). There are no dead ends in the typical agent workflow of exploring and analyzing a database.