Antigravity AI Directory

Discover the best AI prompts and MCP servers for Antigravity AI.

Resources

PromptsMCP ServersBest PracticesUse Cases

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us

© 2025 Antigravity AI Directory. All rights reserved.

Built with ❤️ for the AI community

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
DuckDB
database

DuckDB

MCP server for DuckDB analytics

duckdbanalyticsolapparquetembedded

About

MCP server for DuckDB enabling in-process OLAP analytics. Query local data files, Parquet, CSV, and connect to remote databases.

Installation

Configuration
{
  "mcpServers": {
    "duckdb": {
      "mcpServers": {
        "duckdb": {
          "env": {
            "DUCKDB_PATH": ":memory:"
          },
          "args": [
            "-y",
            "duckdb-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. Use :memory: for in-memory or path to db file
  2. 22. Query Parquet, CSV, JSON files
  3. 33. High-performance OLAP queries

Related MCP Servers

database

ClickHouse

Official ClickHouse MCP server for analytics

shield

Semgrep

Official Semgrep MCP server for security scanning

share-2

Knowledge Graph Memory

Official Anthropic knowledge graph MCP

← Back to All MCP Servers