From 6a901c663072eb2a2932da32b89969cd864bd88c Mon Sep 17 00:00:00 2001 From: Adhika Setya Pramudita Date: Sun, 15 Dec 2024 13:55:21 +0700 Subject: [PATCH 1/5] 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 2/5] 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 3/5] 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 4/5] 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 e17c739233f11e335041c68a3b63a820d3bfe732 Mon Sep 17 00:00:00 2001 From: Isaac Wasserman Date: Mon, 16 Dec 2024 14:51:38 -0500 Subject: [PATCH 5/5] 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