Mcp-Db icon

Mcp-Db

Createddwarvesf

Provides a Model Context Protocol (MCP) server for interacting with databases like PostgreSQL and DuckDB, and accessing Google Cloud Storage Parquet files.

About

This server offers a suite of tools for querying and manipulating data across various database systems and cloud storage. It supports PostgreSQL for traditional database operations, DuckDB for efficient querying of Parquet files, and Google Cloud Storage for accessing data stored in the cloud. The server is designed to be easily extensible, allowing developers to integrate new tools and functionalities to meet specific data interaction needs.

Key Features

  • Allows running directly from GitHub using npx
  • Extensible architecture for integrating new tools
  • Offers tools for executing SQL queries (read, create, update, delete)
  • Provides functionality to query Parquet files using DuckDB
  • Supports PostgreSQL, DuckDB, and Google Cloud Storage (GCS)

Use Cases

  • Building data-driven applications that require interaction with various database systems
  • Developing custom tools for interacting with data stored in Google Cloud Storage Parquet files
  • Querying data from multiple data sources (PostgreSQL, DuckDB, GCS) within a single environment