From 8972e99b3bf435528db1a9d480f7085e9e0c0e78 Mon Sep 17 00:00:00 2001 From: Shashank Shekhar Singh <123410790+Shashankss1205@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:30:49 +0530 Subject: [PATCH] Added CodeGraphContext to readme CodeGraphContext is an MCP server that indexes local code into a graph database to provide context to AI assistants. It has over 7k downloads and 200+ stars within a period of just 2 months. It is already bringing craze to prominent reddit and linkedin communities with a post on r/MCP occupying the "3rd best post" ever. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7198bf9d..0086532e 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g. Full coding agents that enable LLMs to read, edit, and execute code and solve general programming tasks completely autonomously. +- [shashankss1205/codegraphcontext](https://github.com/Shashankss1205/CodeGraphContext) 🐍 🏠 🍎 🪟 🐧 An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans. - [doggybee/mcp-server-leetcode](https://github.com/doggybee/mcp-server-leetcode) 📇 ☁️ - An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access. - [ezyang/codemcp](https://github.com/ezyang/codemcp) 🐍 🏠 - Coding agent with basic read, write and command line tools. - [gabrielmaialva33/winx-code-agent](https://github.com/gabrielmaialva33/winx-code-agent) 🦀 🏠 - A high-performance Rust reimplementation of WCGW for code agents, providing shell execution and advanced file management capabilities for LLMs via MCP.