From 5f920c06b8351142ff0728f590c354908355ab0f Mon Sep 17 00:00:00 2001 From: martyna-mindsdb Date: Tue, 1 Apr 2025 18:05:06 +0200 Subject: [PATCH 1/2] MCP Access to federated data via MindsDB --- examples.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples.mdx b/examples.mdx index bb108ed..1306050 100644 --- a/examples.mdx +++ b/examples.mdx @@ -14,6 +14,7 @@ These official reference servers demonstrate core MCP features and SDK usage: - **[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 - **[Google Drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive)** - File access and search capabilities for Google Drive +- **[MindsDB](https://github.com/modelcontextprotocol/servers/tree/main/src/mindsdb)** - MindsDB's federated query engine enables data access across [various data platforms](https://docs.mindsdb.com/integrations/data-overview) ### Development tools - **[Git](https://github.com/modelcontextprotocol/servers/tree/main/src/git)** - Tools to read, search, and manipulate Git repositories From cfaeea4e180c08bb21d256caf884572c97d8bc15 Mon Sep 17 00:00:00 2001 From: martyna-mindsdb Date: Wed, 2 Apr 2025 17:36:31 +0200 Subject: [PATCH 2/2] update --- examples.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.mdx b/examples.mdx index 1306050..48b23df 100644 --- a/examples.mdx +++ b/examples.mdx @@ -10,11 +10,11 @@ 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 - **[Google Drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive)** - File access and search capabilities for Google Drive -- **[MindsDB](https://github.com/modelcontextprotocol/servers/tree/main/src/mindsdb)** - MindsDB's federated query engine enables data access across [various data platforms](https://docs.mindsdb.com/integrations/data-overview) ### Development tools - **[Git](https://github.com/modelcontextprotocol/servers/tree/main/src/git)** - Tools to read, search, and manipulate Git repositories