返回 MCP 目录
public公开dns本地运行

MindsDB MCP服务器

MCP Server是MindsDB的核心组件,作为模型上下文协议服务器,它使应用程序能连接、统一并回答跨联邦数据源(数据库、数据仓库、SaaS应用等)的问题。支持SQL查询、数据统一及AI交互,助力从分散数据获取精准答案。

article

README

MindsDB Release Python supported Docker pulls

mindsdb%2Fmindsdb | Trendshift

MindsDB


Website · Docs · Contact us for a Demo · Community Slack


MindsDB enables humans, AI, agents, and applications to get highly accurate answers across large scale data sources.

MindsDB Demo

Install MindsDB Server

MindsDB is an open-source server that can be deployed anywhere - from your laptop to the cloud, and everywhere in between. And yes, you can customize it to your heart's content.

  • Using Docker Desktop. This is the fastest and recommended way to get started and have it all running.
  • Using Docker. This is also simple, but gives you more flexibility on how to further customize your server.

MindsDB has an MCP server built in that enables your MCP applications to connect, unify and respond to questions over large-scale federated data—spanning databases, data warehouses, and SaaS applications.


Core Philosophy: Connect, Unify, Respond

MindsDB's architecture is built around three fundamental capabilities:

Connect Your Data

You can connect to hundreds of enterprise data sources (learn more). These integrations allow MindsDB to access data wherever it resides, forming the foundation for all other capabilities.

Unify Your Data

In many situations, it’s important to be able to prepare and unify data before generating responses from it. MindsDB SQL offers knowledge bases and views that allow indexing and organizing structured and unstructured data as if it were unified in a single system.

  • KNOWLEDGE BASES – Index and organize unstructured data for efficient Q&A.
  • VIEWS – Simplify data access by creating unified views across different sources (no-ETL).

Unification of data can be automated using JOBs

  • JOBS – Schedule synchronization and transformation tasks for real-time processing.

Respond From Your Data

Chat with Your Data

  • AGENTS – Configure built-in agents specialized in answering questions over your connected and unified data.
  • MCP – Connect to MindsDB through the MCP (Model Context Protocol) for seamless interaction.

🤝 Contribute

Interested in contributing to MindsDB? Follow our installation guide for development.

You can find our contribution guide here.

We welcome suggestions! Feel free to open new issues with your ideas, and we’ll guide you.

This project adheres to a Contributor Code of Conduct. By participating, you agree to follow its terms.

Also, check out our community rewards and programs.

🤍 Support

If you find a bug, please submit an issue on GitHub.

Here’s how you can get community support:

For commercial support, please contact the MindsDB team.

💚 Current Contributors

Generated with contributors-img.

🔔 Subscribe for Updates

Join our Slack community

help

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端