A Model Context Protocol server enabling LLMs to interact with SQLite and SQL Server databases, supporting schema inspection and SQL query execution, as an exemplary database MCP server.
Loading more......
An MCP server bridging to ClickZetta databases for executing SQL queries, exploring schema information, and documenting insights via natural language interaction.
Enables direct SQL query execution against MSSQL databases through a FastMCP-powered server with Docker containerization, making it a relevant MCP server for database interaction and analysis.
A Model Context Protocol (MCP) server that enables comprehensive SQLite database interaction capabilities, tailored for MCP workloads.
An SQLite MCP server which supports database operations with built-in analysis features, ideal for MCP-based automation.
Read-only MCP server for SQLite databases, built with FastMCP framework, providing safe exploration and query validation for LLMs.
Supabase MCP Server offering SQL query execution and database exploration tools. Provides MCP protocol support for managing data within Supabase environments.
A Model Context Protocol (MCP) server that enables LLMs to interact with SQLite and SQL Server databases. It supports schema inspection and SQL query execution, serving as an exemplary database MCP server.
Source: GitHub Repository
read_query: Execute SELECT queries to read datawrite_query: Execute INSERT, UPDATE, or DELETE queriescreate_table: Create new tables in the databasealter_table: Modify existing table schemadrop_table: Remove a table from the database (with safety confirmation)list_tables: Retrieve a list of all tablesdescribe_table: View schema information for a tableexport_query: Export query results as CSV or JSONappend_insight: Add a business insight to a memolist_insights: List all business insightsnpm run dev) and watching file changes (npm run watch)mcp, database, sql, sqlite, sql-server
Database Messaging MCP Servers