AUTOMATIONSWITCH
VendorDatabase

MindsDB

by MindsDB

A federated query engine that exposes 200+ data sources as MCP tools through a unified SQL-compatible interface. Built around a Connect → Unify → Respond workflow with structured tables fused with vectorized data inside Knowledge Bases.

39,077·6 tools·Released AUG 2018·Other
docker run --name mindsdb_container -e MINDSDB_APIS=http,mysql -p 47334:47334 -p 47335:47335 mindsdb/mindsdb:latest
Share:

MindsDB is a different shape from every other server in this directory. Most MCPs are thin wrappers around one product's API; MindsDB is a query engine that federates 200+ data sources (Postgres, MongoDB, Slack, Salesforce, Shopify, files, and so on) and exposes them as a single SQL-compatible surface to the agent. The pitch is "give your agent access to all your live data through one connection," and the architecture delivers it: the agent issues SQL, MindsDB routes the query across the federation, results stream back. The cost is operational complexity. Running MindsDB means standing up a Docker container or PyPI install with a database backend, configuring connectors per data source, and managing a Knowledge Base for the unstructured side. Teams who already use MindsDB for analytics get the MCP integration nearly for free; teams considering MindsDB only for the agent surface should weigh the install footprint against using individual MCP servers per data source.

Reviewed by M. Nouriel · APR 2026

INSTALL THIS SERVER

Requires authenticationPer-connector credentials managed inside MindsDB. MCP connection itself uses MindsDB API endpoint (HTTP transport, optional API key).
{ "mcpServers": { "mindsdb": { "command": "npx", "args": [ "mcp-remote", "http://localhost:47334/mcp" ] } } }
PrereqRequires MindsDB running locally via Docker (recommended). Start with: docker run --name mindsdb_container -e MINDSDB_APIS=http,mysql -p 47334:47334 -p 47335:47335 mindsdb/mindsdb:latest. The MCP endpoint is exposed at http://localhost:47334/mcp. Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).
{ "mcpServers": { "mindsdb": { "command": "npx", "args": [ "mcp-remote", "http://localhost:47334/mcp" ] } } }
{ "mcpServers": { "mindsdb": { "command": "npx", "args": [ "mcp-remote", "http://localhost:47334/mcp" ] } } }
{ "mcpServers": { "mindsdb": { "command": "npx", "args": [ "mcp-remote", "http://localhost:47334/mcp" ] } } }
{ "mcpServers": { "mindsdb": { "command": "npx", "args": [ "mcp-remote", "http://localhost:47334/mcp" ] } } }

6 TOOLS AVAILABLE

execute_query
Run federated SQL across all connected data sources
Read
list_data_sources
List configured data source connections
Read
create_knowledge_base
Create a Knowledge Base fusing structured + unstructured data
Admin
query_knowledge_base
Run semantic search against a Knowledge Base
Read
create_job
Schedule a recurring agent workflow
Admin
create_trigger
Configure event-driven agent triggers
Admin

OUR ASSESSMENT

Strengths
  • 200+ live data source connectors out of the box; no per-source server install required.
  • Knowledge Base layer fuses structured tables with vectorized text, PDFs, and HTML for semantic search.
  • SQL-compatible language with workflow constructs (jobs, triggers) for agent automation.
  • Active commercial development with sustained release cadence; 39k stars reflect the underlying product's reach.
Weaknesses
  • Significant install footprint compared to a single-purpose MCP server; requires Docker or Python runtime plus configuration per data source.
  • Elastic License 2.0 (applied to MindsDB Core) places restrictions on managed-service redistribution; teams running MindsDB as a hosted service for others need to read the license terms carefully. The mindsdb/integrations directory is MIT-licensed.
  • The MCP surface is one of many integrations; primary product positioning is "AI analytics platform," and some MCP-specific features lag the core product.
Security Notes

MindsDB acts as a credential broker for every connected data source. Each data source connection holds its own credentials (database connection strings, API keys, OAuth tokens) which are stored in the MindsDB instance's configuration. Securing the MindsDB instance is securing the credential vault for the federation. Production deployments use environment-variable-based config and run MindsDB behind a network boundary. The MCP exposure inherits whatever permissions the data source connections carry, so scope each connector's credentials carefully.

Best For

Teams already running MindsDB for analytics, or teams who need an agent to reason across many heterogeneous data sources through one query layer.

TECHNICAL DETAILS

Language
python
Transport
streamable-httpstdio
Clients
Claude DesktopClaude CodeCursorVS CodeWindsurf
License
Other
GitHub
mindsdb/mindsdb · ★ 39,077
npm
mindsdb
Last Release
v26.1.0APR 22, 2026
First Released
AUG 2, 2018

ADOPTION METRICS

// GitHub Stars
39,077

// Reading this39k stars reflect the broader MindsDB project, of which the MCP surface is one integration. Star traction predates MCP and signals the maturity of the underlying federation engine.

// Popularity Rank
#4
Globally · #1 in Database

// Reading thisTop-ranked database MCP by raw star count. The federation breadth is the differentiator, weighed against per-connector setup overhead.

SOURCES & VERIFICATION

We don't take any single directory's word for it. Before scoring, we cross-reference 4 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.

01
Discovered
Manual submission
First indexed APR 28, 2026
02
Cross-referenced
4 directories
PulseMCP, MCPMarket, Official MCP Registry, Awesome MCP Servers
03
Verified against
Claude Desktop, Cursor, VS Code
Installed and tested across clients
04
Last re-checked
APR 28, 2026
Weekly re-verification
// How other directories see it

The same server, 4 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.

SourceTheir ratingTheir star countTheir downloadsLast synced
AutomationSwitch This page4editorial39,077APR 28, 2026
PulseMCP— unratedunavailableunavailableAPR 28, 2026
MCPMarket— unratedunavailableunavailableAPR 28, 2026
Official MCP Registry— unratedunavailableunavailableAPR 28, 2026
Awesome MCP Servers— unratedunavailableunavailableAPR 28, 2026

// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.

// Get in touch

DISCUSS YOUR
MCP REQUIREMENTS.

Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.

Discuss Your MCP Requirements →