DuckDB MCP server for schema inspection and query capabilities via Model Context Protocol.
Loading more......
A unified MCP server interface for connecting to multiple databases (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server), supporting connection management, query execution, and schema manipulation.
Open source MCP server for secure, fast, and easy database tools, specializing in database access and management.
MCP server for querying GreptimeDB through the Model Context Protocol.
MCP server for InfluxDB, enabling query execution against InfluxDB OSS API v2.
An SQLite MCP server which supports database operations with built-in analysis features, ideal for MCP-based automation.
An MCP server implementation for MongoDB, facilitating direct interaction and management via Model Context Protocol.
A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities through MCP tools.
read-query: Execute SELECT queries to read data from the database.write-query: Execute INSERT, UPDATE, or DELETE queries to modify data.create-table: Create new tables in the database.list-tables: List all tables in the database.describe-table: Get schema information for specific tables.write-query, create-table).db-path: Required parameter specifying the path to the DuckDB database file.--readonly: Optional flag to run the server in read-only mode.No pricing information is provided; the project is open-source under the MIT license.