From dcb2d5dab8e61f982da882fc36765e4dd41ca93e Mon Sep 17 00:00:00 2001 From: Serge Huber Date: Tue, 3 Dec 2024 13:57:46 +0100 Subject: [PATCH 1/2] Add the MCP Server implementation to access Apache Unomi profiles --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7cb42aff..bd505c85 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,11 @@ Provides direct access to local file systems with configurable permissions. Enab Persistent memory storage using knowledge graph structures. Enables AI models to maintain and query structured information across sessions. - [@modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers/tree/main/src/memory) πŸ“‡ 🏠 - Knowledge graph-based persistent memory system for maintaining context +### Location Services Geographic and location-based services integration. Enables access to mapping data, directions, and place information. From 7a09dfbb2fdb41b0b61a6785bbe9a20e68a064ac Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:28:20 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bd505c85..b86bacef 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ A curated list of awesome Model Context Protocol (MCP) servers. * πŸ“‚ - [Browser Automation](#browser-automation) * ☁️ - [Cloud Platforms](#cloud-platforms) * πŸ’¬ - [Communication](#communication) +* πŸ‘€ - [Customer Data Platforms](#customer-data-platforms) * πŸ—„οΈ - [Databases](#databases) * πŸ“‚ - [File Systems](#file-systems) * 🧠 - [Knowledge & Memory](#knowledge--memory) @@ -66,6 +67,12 @@ Integration with communication platforms for message management and channel oper - [@modelcontextprotocol/server-bluesky](https://github.com/keturiosakys/bluesky-context-server) πŸ“‡ ☁️ - Bluesky instance integration for querying and interaction - [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) - 🐍 ☁️ - Integration with gmail. +### πŸ‘€ Databases Secure database access with schema inspection capabilities. Enables querying and analyzing data while maintaining read-only safety by default. @@ -87,11 +94,6 @@ Provides direct access to local file systems with configurable permissions. Enab Persistent memory storage using knowledge graph structures. Enables AI models to maintain and query structured information across sessions. - [@modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers/tree/main/src/memory) πŸ“‡ 🏠 - Knowledge graph-based persistent memory system for maintaining context -### Location Services Geographic and location-based services integration. Enables access to mapping data, directions, and place information.