Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

MCP Access to federated data via MindsDB #249

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This page showcases various Model Context Protocol (MCP) servers that demonstrat
These official reference servers demonstrate core MCP features and SDK usage:

### Data and file systems
- **[Federated Data](https://github.com/modelcontextprotocol/servers/tree/main/src/mindsdb)** - Secure access and unification (join) of federated data from [hundreds of datasources](https://docs.mindsdb.com/integrations/data-overview) via [MindsDB MCP API](https://docs.mindsdb.com/mcp/overview).
- **[Filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem)** - Secure file operations with configurable access controls
- **[PostgreSQL](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres)** - Read-only database access with schema inspection capabilities
- **[SQLite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite)** - Database interaction and business intelligence features
Expand Down