Awesome MCPDatabases

keboola/mcp-server

⭐ 86 Python added to this list on 2025-05-06 repository created 2025-01-12

Keboola MCP Server is a Python bridge between a Keboola project and MCP clients such as Cursor, Claude Desktop, Claude Code, Windsurf, VS Code, Make and agent frameworks like CrewAI or LangChain. It turns platform features into tools so an assistant can work with the project without custom glue code. Storage tools query tables directly and manage table and bucket descriptions. Component tools create, list and inspect extractors, writers, data apps and transformation configurations. SQL tools create transformations from a natural language request, job tools run components and transformations and fetch execution details, and flow tools build and manage pipelines built on Conditional Flows and Orchestrator Flows. Further tools deploy and manage Keboola Streamlit data apps over stored data, and search, read and update project documentation and object metadata. Two deployment paths are offered. The remote server is hosted on every multi-tenant Keboola stack at an address of the form https://mcp..keboola.com/mcp, uses streamable HTTP and OAuth, and is added either from the project settings page, through a Cursor deeplink, or with a claude mcp add --transport http command; on first use a browser window asks the user to log in, pick a project and authorise the connection. Region-specific URLs are documented for AWS, GCP and Azure stacks in the United States and Europe. A local server can also be installed for custom or development setups. Development branches are supported so work stays outside production: the server honours the KBC_BRANCH_ID parameter and scopes all operations to the branch supplied in the X-Branch-Id request header, defaulting to production when the header is absent. When an HTTP transport is used, HTTP headers also control which tools a client may see, which allows restricting agent capabilities or meeting compliance requirements.

https://github.com/keboola/mcp-server

mcp-serverkebooladata-platformsqletlpythonoauth

Also in Databases

dolthub/dolt

Dolt is a SQL database with Git-like version control capabilities, enabling users to manage, version, and collaborate on data and schemas as easily as code in Git repositories.

t8y2/dbx

DBX is a lightweight, cross-platform database client supporting over 70 databases, featuring a built-in AI assistant, MCP Server, and available as desktop, Docker, or CLI.

Canner/WrenAI

Open-source generative BI engine that exposes governed text-to-SQL, a semantic layer and dashboard generation to AI agents through an MCP server and CLI across more than twenty data sources.

googleapis/mcp-toolbox

MCP Toolbox for Databases is an open-source Model Context Protocol (MCP) server that connects AI agents, IDEs, and applications directly to enterprise databases, offering both pre-built and custom ...

makenotion/notion-mcp-server

The Notion MCP Server is an official MCP server implementation that enables secure, programmatic interaction with Notion content through MCP commands, optimized for AI agents and supporting multiple deployment options.

bytebase/dbhub

DBHub is a universal database gateway implementing the Model Context Protocol (MCP) server interface, enabling MCP clients to connect to and explore multiple database systems including MySQL, PostgreSQL, Oracle, SQL Server, MariaDB, and SQLite.

crystaldba/postgres-mcp

Postgres MCP Pro is an open-source Model Context Protocol server for PostgreSQL that provides advanced database health monitoring, index tuning, query plan analysis, and safe SQL execution to support AI agents and developers throughout the application lifecycle.

supabase-community/supabase-mcp

Supabase MCP Server connects Supabase projects to AI assistants using the Model Context Protocol, enabling LLMs to manage and query Supabase resources.