Skip to content

MCP Access to federated data. via MindsDB #1180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

torrmal
Copy link

@torrmal torrmal commented Apr 1, 2025

Description

Add MindsDB server configuration to support connecting to MindsDB databases through MCP protocol.

Server Details

  • Server: mindsdb
  • Changes to: New server configuration

Motivation and Context

This change adds support for MindsDB integration, allowing users to connect to MindsDB databases through the MCP protocol. This enables access to AI tables and machine learning models hosted in MindsDB through a standardized interface.

How Has This Been Tested?

  • Tested connection to MindsDB database using the provided configuration
  • Verified successful data retrieval through MCP client
  • Tested with example AI tables and ML models

Breaking Changes

No breaking changes. This is an additive feature that doesn't affect existing configurations.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

The configuration uses the @modelcontextprotocol/server-mindsdb package to establish connection with MindsDB. Users will need to provide their own connection string with appropriate credentials in the format:

@olaservo olaservo added the add-community-server This pull request adds a link to a community-created server. label Apr 18, 2025
Copy link
Member

@olaservo olaservo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, could you put this in its own repo and link to that from the Readme instead? Thanks!

@olaservo olaservo added the waiting for submitter Waiting for the submitter to provide more info label May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-community-server This pull request adds a link to a community-created server. waiting for submitter Waiting for the submitter to provide more info
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants