Getdot Database Skills
БесплатноНе проверенMCP server providing a single query tool to execute SQL against GetDot Database, enabling schema discovery, data loading, and querying via natural language.
Описание
MCP server providing a single query tool to execute SQL against GetDot Database, enabling schema discovery, data loading, and querying via natural language.
README
Agent Skills and MCP server for GetDot Database — a fast analytical database for AI agents.
Compatible with Claude Code, GitHub Copilot, Cursor, Cline, and 18+ other AI agents.
What's Inside
Agent Skill (skills/)
A SKILL.md following the Agent Skills open standard. Gives AI agents the context to query GetDot Database: HTTP API, PostgreSQL wire, SQL dialect (DuckDB), data loading, time travel, and RBAC.
Install:
npx skills add zurferr/getdot-database-skills
MCP Server
A single query tool that executes SQL via the GetDot HTTP API. Everything is SQL — schema discovery (SHOW TABLES, DESCRIBE), data loading (read_csv_auto()), time travel (AT VERSION), and more.
Setup — add to your .mcp.json:
{
"mcpServers": {
"getdot-database": {
"command": "npx",
"args": ["-y", "github:zurferr/getdot-database-skills"],
"env": {
"GETDOT_API_TOKEN": "dot_yourorg_yourtoken"
}
}
}
}
Get your token at db.getdot.ai (sign in with GitHub, free tier included).
Quick Start
Once connected, ask your AI agent:
- "Show me the tables in my database"
- "Import this CSV into a new table: https://example.com/data.csv"
- "What columns does the events table have?"
- "Give me a monthly count of events"
The agent will use SQL under the hood — no special API knowledge needed.
Links
License
Apache-2.0
Установка Getdot Database Skills
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/zurferr/getdot-database-skillsFAQ
Getdot Database Skills MCP бесплатный?
Да, Getdot Database Skills MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Getdot Database Skills?
Нет, Getdot Database Skills работает без API-ключей и переменных окружения.
Getdot Database Skills — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Getdot Database Skills в Claude Desktop, Claude Code или Cursor?
Открой Getdot Database Skills на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Getdot Database Skills with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
