Merge pull request #1427 from Shashankss1205/main
Added CodeGraphContext to readme
This commit is contained in:
commit
ca2cf3a8a4
1 changed files with 2 additions and 0 deletions
|
|
@ -290,6 +290,8 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g.
|
|||
### 🤖 <a name="coding-agents"></a>Coding Agents
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue