mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-02-23 20:05:15 +00:00
Add Agent MCP to Coding Agents section
Agent MCP is a powerful framework for creating multi-agent systems that collaborate through the Model Context Protocol. It enables developers to build complex applications by dividing work among specialized AI agents that can work in parallel while sharing context and knowledge through a centralized database.
This commit is contained in:
@@ -219,6 +219,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge
|
||||
|
||||
- [oraios/serena](https://github.com/oraios/serena)🐍🏠 - A fully-featured coding agent that relies on symbolic code operations by using language servers.
|
||||
- [ezyang/codemcp](https://github.com/ezyang/codemcp) 🐍🏠 - Coding agent with basic read, write and command line tools.
|
||||
- [rinadelph/Agent-MCP](https://github.com/rinadelph/Agent-MCP) 🐍 🏠 - A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.
|
||||
- [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.
|
||||
- [jinzcdev/leetcode-mcp-server](https://github.com/jinzcdev/leetcode-mcp-server) 📇 ☁️ - MCP server enabling automated access to **LeetCode**'s programming problems, solutions, submissions and public data with optional authentication for user-specific features (e.g., notes), supporting both `leetcode.com` (global) and `leetcode.cn` (China) sites.
|
||||
- [juehang/vscode-mcp-server](https://github.com/juehang/vscode-mcp-server) 📇 🏠 - A MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language server, read code files, and make edits.
|
||||
|
||||
Reference in New Issue
Block a user