ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use MindsDB with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage AI-powered data via MindsDB. execute SQL predictions, audit ML models, and connect data sources.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete MindsDB capability set.

These are the exact actions your AI can choose when you ask it to work with MindsDB.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through MindsDB.

  1. 01

    List databases

    List external databases connected through MindsDB

  2. 02

    Execute SQL query

    E.g: CREATE DATABASE, SELECT ... WHERE, CREATE MODEL ... PREDICT. Wrap logic safely. VERY IMPORTANT: queries returning a large number of rows MUST be explicitly wrapped in a LIMIT statement or risk hitting context overflow. Execute arbitrary SQL statements bounding MindsDB elements

  3. 03

    List models

    Use when checking which algorithms are ready to query predictions. List trained AI tables (models) available in a project

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through MindsDB.

  1. 04

    List views

    List virtual data views stored inside a target project

  2. 05

    Get model

    Get an explicitly trained AI prediction engine

  3. 06

    Get status

    Acts as a ping tracer returning valid core version/health specs. Get active cluster diagnostic and version statistics

Observed, not estimated

799ms average. Fast in production.

MindsDB is checked daily against the live service.

Daily averagePeak 1029ms
Aug 20Today
Fastest day
651ms
Slowest day
1029ms
14-day trend
Slowing+32%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of MindsDB, so you can see the experience inside your AI.

It does not authenticate your account with MindsDB. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

MindsDB Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_wo8z4btUozCcWNcaSyNerjmMILAoiY0Mm4LOh9m9/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — MindsDB capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "mindsdb-ai-database-predictors-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_wo8z4btUozCcWNcaSyNerjmMILAoiY0Mm4LOh9m9/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions MindsDB owners ask.

  • 01

    Can I train a machine learning model using SQL through my agent?

    Yes. Use the execute_sql_query capability with the 'CREATE MODEL' statement. Your agent will dispatch the command to MindsDB, which will automatically handle the data processing and training of your predictor asynchronously.

  • 02

    How do I connect an external database like PostgreSQL to MindsDB using the agent?

    The execute_sql_query capability supports the 'CREATE DATABASE' syntax. You can command your agent to link a new data source by providing the connection parameters, allowing MindsDB to query your existing data natively.

  • 03

    Can my agent retrieve the status of an ongoing model training?

    Absolutely. Use the get_model capability by providing the model name and project. Your agent will report the current training state, accuracy metrics, and any errors encountered during the AI generation process.