{"repo":"ktanaka101/mcp-server-duckdb","free":true,"listed":false,"github":"https://github.com/ktanaka101/mcp-server-duckdb","clone":"git clone https://github.com/ktanaka101/mcp-server-duckdb.git","description":"A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities","language":"Python","stars":178,"topics":["duckdb","mcp","mcp-server"],"license":"MIT","category":"mcp-servers","readme_excerpt":"mcp-server-duckdb A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities through MCP tools. It would be interesting to have LLM analyze it. DuckDB is suitable for local analysis. Overview This server enables interaction with a DuckDB database through the Model Context Protocol, allowing for database operations like querying, table creation, and schema inspection. Components Resources Currently, no custom resources are implemented. Prompts Currently, no custom prompts are implemented. Tools The server implements the following database interaction tool: - query : Execute any SQL query on the DuckDB database - Input : query (string) - Any valid DuckDB SQL statement - Output : Query results as text (or success message for operations like CREATE/INSERT) [!NOTE] The server provides a single unified query function rather than separate specialized functions, as modern LLMs can generate appropriate SQL for any database operation (SELECT, CREATE TABLE, JOIN, etc.) without requiring separate endpoints. [!NOTE] When the server is running in readonly mode, DuckDB's native readonly protection is enforced. This ensures that the Language Model (LLM) cannot perform any write operations (CREATE, INSERT, UPDATE, DELETE), maintaining data integrity and preventing unintended changes. Configuration Required Parameters - db-path (string): Path to the DuckDB database file - The server will automatically create the database file and parent directo","default_branch":null,"files":null,"tree":[],"storefront":"/r/ktanaka101","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/ktanaka101/mcp-server-duckdb/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}