MindsDB MySQL MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINDSDB_HOST | No | MindsDB server host | 127.0.0.1 |
| MINDSDB_PORT | No | MindsDB MySQL port | 47335 |
| MINDSDB_USER | No | Username (use your MindsDB Cloud email for cloud instances) | mindsdb |
| MINDSDB_PASSWORD | No | Password (required for MindsDB Cloud) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| queryB | Execute any MindsDB SQL query. Use this for custom queries not covered by other tools. |
| list_databasesB | List all databases/data sources in MindsDB. |
| list_knowledge_basesB | List all knowledge bases in MindsDB. |
| describeC | Describe a model, table, or knowledge base. Returns column information and structure. |
| search_kbA | Search a knowledge base using hybrid semantic + keyword search. Returns relevant chunks with relevance scores. |
| insert_kbC | Insert data into a knowledge base from a source query. Supports batch processing. |
| create_kbC | Create a new knowledge base with embedding model configuration. |
| list_jobsB | List all scheduled jobs in MindsDB. |
| create_jobC | Create a scheduled job to run a query at regular intervals. |
| list_tablesC | List all tables in a specific database. |
| connect_databaseC | Connect an external database as a data source in MindsDB. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/nikhgupta/mindsdb-mysql-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server