diff --git a/examples.mdx b/examples.mdx index bb108ed..48b23df 100644 --- a/examples.mdx +++ b/examples.mdx @@ -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