getdot-database-skills
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@getdot-database-skillsShow me the tables in my database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-skillsMCP 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: PostgreSQL MCP Server
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for querying and analyzing data from ad platforms, analytics tools, and spreadsheets
- mcpOAuthcom.gibsonai
GibsonAI MCP server: manage your databases with natural language
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
The BigQuery remote MCP server is a fully managed service that uses the Model Context Protocol to connect AI applications and LLMs to BigQuery data sources. It provides secure, standardized tools for AI agents to list datasets and tables, retrieve schemas, generate and execute SQL queries through natural language, and analyze data—enabling direct access to enterprise analytics data without requiring manual SQL coding.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP (Model Context Protocol) server that exposes natural language to SQL functionality, allowing any MCP-compatible client to convert plain English questions into SQL queries for database interaction using AI.3MIT
- FlicenseNot gradedqualityDmaintenanceA comprehensive MCP server that enables database operations, schema management, and statistics via natural language through SQL queries and resources.38-
- AlicenseNot gradedqualityCmaintenanceCross-platform MCP server for SQL Server that enables AI assistants to explore schemas, relationships, and run read-only queries via natural language.1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that enables natural-language SQL queries across multiple databases (ClickHouse, Teradata, PostgreSQL, MySQL, SQL Server, DB2, Oracle, MongoDB) with dialect-correct SQL generation, PII masking, and security-by-construction controls.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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