MotherDuck MCP Server

Databasestdiohttp-streaming
Repository

Official MCP server for DuckDB and MotherDuck. Lets AI assistants run SQL analytics directly against local DuckDB files, in-memory databases, S3-hosted data, and MotherDuck cloud warehouses. Supports read and write queries, browsing database catalogs, and switching between connections on the fly, making it well suited for conversational data exploration and lightweight analytics.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

Taşıma:
{
  "mcpServers": {
    "motherduck": {
      "command": "uvx",
      "args": [
        "mcp-server-motherduck",
        "--db-path",
        "md:"
      ],
      "env": {
        "motherduck_token": "<YOUR_motherduck_token>"
      }
    }
  }
}

Araçlar (1)

query

Execute a SQL query against DuckDB or MotherDuck and return the results.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "SQL statement to execute (read or write)"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
MotherDuck (@motherduckdb)
Repository
https://github.com/motherduckdb/mcp-server-motherduck
Yıldızlar
0
Son güncelleme
12 Temmuz 2026