M

MCP Entry

MotherDuck MCP Server

MotherDuck 远程 MCP https://api.motherduck.com/mcp(OAuth/Bearer,读写);工具含只读 query 与 query_rw。本地 DuckDB 可用 mcp-server-motherduck(uvx)。

分类 数据库
安装方式 Remote HTTPS OAuth or uvx mcp-server-motherduck
运行环境 MotherDuck Cloud / Python
motherduckduckdbanalytics

使用场景

  • Cursor 只读分析 SQL
  • query_rw 改 schema
  • 本地 DuckDB + 云端 MotherDuck
  • --switch-databases 切库
  • 分析师入门

主要功能

  • Cursor
  • Claude Desktop
  • Claude Code
  • ChatGPT
  • Codex
  • VS Code

相关推荐

相关推荐

3 收录条目

MotherDuck MCP Server

数据库

MotherDuck 在 motherduck.com/docs/sql-reference/mcp 说明远程 MCP(`https://api.motherduck.com/mcp`),OAuth/Bearer 认证,支持 MotherDuck 云库读写 SQL。工具含 list_databases、list_tables、search_catalog、query、query_rw、ask_docs_question、Dive 与 Flight 系列。本地见 `uvx mcp-server-motherduck`(github.com/motherduckdb/mcp-server-motherduck)。

ClickHouse Cloud Remote MCP Server

数据库

ClickHouse 在 clickhouse.com/docs/cloud/features/ai-ml/remote-mcp 说明 ClickHouse Cloud 全托管远程 MCP。MCP 客户端连接 HTTP 端点 `https://mcp.clickhouse.cloud/mcp`,使用 OAuth 2.0(浏览器登录 ClickHouse Cloud 凭据;文档称无需单独 API key)。Agent 可列出 database/table、检查 schema、执行 scoped 只读 SELECT;远程服务器亦提供 ClickHouse Cloud 集成如服务管理、备份监控、ClickPipe 可见性与 billing 数据。在 Cloud 控制台按服务启用(Connect → MCP)。自托管实例使用独立开源 mcp-clickhouse 项目——与本 Cloud remote MCP 不同。

BigQuery MCP Server

数据库

Google Cloud 在 docs.cloud.google.com/bigquery/docs/use-bigquery-mcp 说明远程 BigQuery MCP,启用 BigQuery API 后可用。连接托管 HTTP 端点 `https://bigquery.googleapis.com/mcp`,OAuth 2.0 + IAM(不接受 API key)。角色含 mcp.toolUser、bigquery.jobUser、bigquery.dataViewer。工具含 execute_sql 与 execute_sql_readonly;仅 execute_sql 非只读。限制:默认查询三分钟、结果最多 3000 行,不支持 Google Drive 外部表。