From 3403eacf06642b92e4d6fe1319dfbe5d946ad276 Mon Sep 17 00:00:00 2001
From: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
Date: Sat, 14 Dec 2024 12:40:02 +0100
Subject: [PATCH 01/10] Update README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index abf43264..c1a02fd6 100644
--- a/README.md
+++ b/README.md
@@ -157,6 +157,8 @@ Financial data access and cryptocurrency market information. Enables querying re
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
- [/CheMiguel23/MemoryMesh](https://github.com/CheMiguel23/MemoryMesh) 📇 🏠 - Enhanced graph-based memory with a focus on AI role-play and story generation
+- [/topoteretes/cognee](https://github.com/topoteretes/cognee) 📇 🏠 - Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
+
### 🗺️ Location Services
From 195982aa8fee270623d0f7f14f2ae6c2d3821f4c Mon Sep 17 00:00:00 2001
From: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
Date: Sat, 14 Dec 2024 21:17:22 +0100
Subject: [PATCH 02/10] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c1a02fd6..ac174170 100644
--- a/README.md
+++ b/README.md
@@ -157,7 +157,7 @@ Financial data access and cryptocurrency market information. Enables querying re
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
- [/CheMiguel23/MemoryMesh](https://github.com/CheMiguel23/MemoryMesh) 📇 🏠 - Enhanced graph-based memory with a focus on AI role-play and story generation
-- [/topoteretes/cognee](https://github.com/topoteretes/cognee) 📇 🏠 - Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
+- [/topoteretes/cognee](https://github.com/topoteretes/cognee/tree/dev/cognee-mcp) 📇 🏠 - Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
### 🗺️ Location Services
From aa2c410b84b8555cf08631bb201bf785fb29ea58 Mon Sep 17 00:00:00 2001
From: Bill Hedworth
Date: Sat, 14 Dec 2024 20:46:43 +0000
Subject: [PATCH 03/10] Update README.md
Add clojars mcp server
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0822f689..f16abe93 100644
--- a/README.md
+++ b/README.md
@@ -189,6 +189,7 @@ Access and analyze application monitoring data. Enables AI models to review erro
- [andybrandt/mcp-simple-pubmed](https://github.com/andybrandt/mcp-simple-pubmed) - 🐍 ☁️ MCP to search and read medical / life sciences papers from PubMed.
- [apify/mcp-server-rag-web-browser](https://github.com/apify/mcp-server-rag-web-browser) 📇 ☁️ - An MCP server for Apify's RAG Web Browser Actor to perform web searches, scrape URLs, and return content in Markdown.
- [SecretiveShell/MCP-searxng](https://github.com/SecretiveShell/MCP-searxng) 🐍 🏠 - An MCP Server to connect to searXNG instances
+- [Bigsy/Clojars-MCP-Server](https://github.com/Bigsy/Clojars-MCP-Server) 📇 ☁️ - Clojars MCP Server for upto date dependency information of Clojure libraries
### 🔒 Security
From 73dbaa6a684d8ceda097056cc03bd7b2f681994f Mon Sep 17 00:00:00 2001
From: hannesrudolph <49103247+hannesrudolph@users.noreply.github.com>
Date: Sat, 14 Dec 2024 17:29:05 -0700
Subject: [PATCH 04/10] Added sqlite-explorer-fastmcp-mcp-server
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0822f689..fd91505b 100644
--- a/README.md
+++ b/README.md
@@ -122,6 +122,7 @@ Secure database access with schema inspection capabilities. Enables querying and
- [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server) 🐍 ☁️ - VikingDB integration with collection and index introduction, vector store and search capabilities.
- [neo4j-contrib/mcp-neo4j](https://github.com/neo4j-contrib/mcp-neo4j) 🐍 🏠 - Model Context Protocol with Neo4j
- [isaacwasserman/mcp-snowflake-server](https://github.com/isaacwasserman/mcp-snowflake-server) 🐍 ☁️ - Snowflake integration implementing read and (optional) write opertions as well as insight tracking
+- [hannesrudolph/sqlite-explorer-fastmcp-mcp-server](https://github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server) 🐍 🏠 - An MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP). This server is built with the FastMCP framework, which enables LLMs to explore and query SQLite databases with built-in safety features and query validation.
### 💻 Developer Tools
From 6a901c663072eb2a2932da32b89969cd864bd88c Mon Sep 17 00:00:00 2001
From: Adhika Setya Pramudita
Date: Sun, 15 Dec 2024 13:55:21 +0700
Subject: [PATCH 05/10] Add mcp-git-ingest
Read and analyze online GitHub repositories with LLM.
Inspired by gitingest.com
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0822f689..963a897f 100644
--- a/README.md
+++ b/README.md
@@ -209,6 +209,7 @@ Interact with Git repositories and version control platforms. Enables repository
- [@modelcontextprotocol/server-github](https://github.com/modelcontextprotocol/servers/tree/main/src/github) 📇 ☁️ - GitHub API integration for repository management, PRs, issues, and more
- [@modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab) 📇 ☁️ 🏠 - GitLab platform integration for project management and CI/CD operations
- [@modelcontextprotocol/server-git](https://github.com/modelcontextprotocol/servers/tree/main/src/git) 🐍 🏠 - Direct Git repository operations including reading, searching, and analyzing local repositories
+- [adhikasp/mcp-git-ingest](https://github.com/adhikasp/mcp-git-ingest) 🐍 🏠 - Read and analyze GitHub repositories with your LLM
### 🛠️ Other Tools and Integrations
From 565de6c1bf96d3ce94add87779ff5dd46a13534c Mon Sep 17 00:00:00 2001
From: Nav
Date: Mon, 16 Dec 2024 05:41:57 +1100
Subject: [PATCH 06/10] add pinecone mcp server
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0822f689..abd6a0e8 100644
--- a/README.md
+++ b/README.md
@@ -122,6 +122,7 @@ Secure database access with schema inspection capabilities. Enables querying and
- [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server) 🐍 ☁️ - VikingDB integration with collection and index introduction, vector store and search capabilities.
- [neo4j-contrib/mcp-neo4j](https://github.com/neo4j-contrib/mcp-neo4j) 🐍 🏠 - Model Context Protocol with Neo4j
- [isaacwasserman/mcp-snowflake-server](https://github.com/isaacwasserman/mcp-snowflake-server) 🐍 ☁️ - Snowflake integration implementing read and (optional) write opertions as well as insight tracking
+- [sirmews/mcp-pinecone](https://github.com/sirmews/mcp-pinecone) 🐍 ☁️ - Pinecone integration with vector search capabilities
### 💻 Developer Tools
From b38b970791151fba68f8c214e20d5cb058c15f2d Mon Sep 17 00:00:00 2001
From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com>
Date: Sun, 15 Dec 2024 17:00:30 -0500
Subject: [PATCH 07/10] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0822f689..c0ded791 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ A curated list of awesome Model Context Protocol (MCP) servers.
* 📊 - [Monitoring](#monitoring)
* 🔎 - [Search](#search)
* 🔒 - [Security](#security)
-* 🔄 - [Travel & Transportation](#travel-and-transportation)
+* 🚆 - [Travel & Transportation](#travel-and-transportation)
* 🔄 - [Version Control](#version-control)
* 🛠️ - [Other Tools and Integrations](#other-tools-and-integrations)
From c413d31dc3aa3e8e6be4d0a55f628cee24ea3fd2 Mon Sep 17 00:00:00 2001
From: Sam
Date: Mon, 16 Dec 2024 17:23:30 +1100
Subject: [PATCH 08/10] add(Developer Tools): sammcj/mcp-package-version
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index c0ded791..6cfc3316 100644
--- a/README.md
+++ b/README.md
@@ -133,6 +133,7 @@ Tools and integrations that enhance the development workflow and environment man
- [tumf/mcp-text-editor](https://github.com/tumf/mcp-text-editor) 🐍 🏠 - A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage.
- [@joshuarileydev/simulator-mcp-server](https://github.com/JoshuaRileyDev/simulator-mcp-server) 📇 🏠 - An MCP server to control iOS Simulators
- [@joshuarileydev/app-store-connect-mcp-server](https://github.com/JoshuaRileyDev/app-store-connect-mcp-server) 📇 🏠 - An MCP server to communicate with the App Store Connect API for iOS Developers
+- [@sammcj/mcp-package-version](https://github.com/sammcj/mcp-package-version) 📦 🏠 - An MCP Server to help LLMs suggest the latest stable package versions when writing code.
### 🧮 Data Science Tools
From fa6c8341ea870b70e79d164a7ee6c79e48d7cb84 Mon Sep 17 00:00:00 2001
From: hannesrudolph <49103247+hannesrudolph@users.noreply.github.com>
Date: Mon, 16 Dec 2024 10:15:45 -0700
Subject: [PATCH 09/10] Added 2 more
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index fd91505b..0f8dcb82 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,7 @@ Run commands, capture output and otherwise interact with shells and command line
Integration with communication platforms for message management and channel operations. Enables AI models to interact with team communication tools.
+- [hannesrudolph/imessage-query-fastmcp-mcp-server](https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server) 🐍 🏠 🍎 - An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP), enabling LLMs to query and analyze iMessage conversations with proper phone number validation and attachment handling
- [@modelcontextprotocol/server-slack](https://github.com/modelcontextprotocol/servers/tree/main/src/slack) 📇 ☁️ - Slack workspace integration for channel management and messaging
- [@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 and Google Calendar.
@@ -160,6 +161,7 @@ Financial data access and cryptocurrency market information. Enables querying re
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
- [/CheMiguel23/MemoryMesh](https://github.com/CheMiguel23/MemoryMesh) 📇 🏠 - Enhanced graph-based memory with a focus on AI role-play and story generation
+- [@hannesrudolph/mcp-ragdocs](https://github.com/hannesrudolph/mcp-ragdocs) 🐍 🏠 - An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context
### 🗺️ Location Services
From e17c739233f11e335041c68a3b63a820d3bfe732 Mon Sep 17 00:00:00 2001
From: Isaac Wasserman
Date: Mon, 16 Dec 2024 14:51:38 -0500
Subject: [PATCH 10/10] Added typescript client
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index c0ded791..4a984d14 100644
--- a/README.md
+++ b/README.md
@@ -271,6 +271,7 @@ Interact with Git repositories and version control platforms. Enables repository
- [daodao97/chatmcp](https://github.com/daodao97/chatmcp) A GUI chat repl for interacting with MCP servers.
- [cline/cline](https://github.com/cline/cline) A vs code extension that implements a fully agentic software development environment.
- [Upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) general purpose automated assistant/agent framework
+- [isaacwasserman/mcp-langchain-ts-client](https://github.com/isaacwasserman/mcp-langchain-ts-client) 📇 Use MCP provided tools in LangChain.js
## Tips and Tricks