Skip to main content
Glama
zurferr

getdot-database-skills

by zurferr

GetDot Database Skills

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).

Related MCP server: nl2sql-mcp

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.

License

Apache-2.0

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zurferr/getdot-database-skills'

If you have feedback or need assistance with the MCP directory API, please join our Discord server