MCP-Mirror/ktanaka101_mcp-server-duckdb
If you are the rightful owner of ktanaka101_mcp-server-duckdb and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities through MCP tools.
Tools
Functions exposed to the LLM to take actions
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 a specific table.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client