mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-02-21 19:05:14 +00:00
Merge pull request #546 from MischaPanch/add-new-server/serena
Added new section: Coding Agents
This commit is contained in:
@@ -76,6 +76,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/)
|
||||
* 📂 - [Browser Automation](#browser-automation)
|
||||
* ☁️ - [Cloud Platforms](#cloud-platforms)
|
||||
* 👨💻 - [Code Execution](#code-execution)
|
||||
* 🤖 - [Coding Agents](#coding-agents)
|
||||
* 🖥️ - [Command Line](#command-line)
|
||||
* 💬 - [Communication](#communication)
|
||||
* 👤 - [Customer Data Platforms](#customer-data-platforms)
|
||||
@@ -172,6 +173,14 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g.
|
||||
- [pydantic/pydantic-ai/mcp-run-python](https://github.com/pydantic/pydantic-ai/tree/main/mcp-run-python) 🐍🏠- Run Python code in a secure sandbox via MCP tool calls
|
||||
- [yepcode/mcp-server-js](https://github.com/yepcode/mcp-server-js) 🎖️ 📇 ☁️ - Execute any LLM-generated code in a secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages
|
||||
|
||||
### 🤖 <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.
|
||||
|
||||
- [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.
|
||||
- [wonderwhy-er/DesktopCommanderMCP](https://github.com/wonderwhy-er/DesktopCommanderMCP) 📇🏠 - Enhanced file-system and search tools, commands and prompts specific for coding.
|
||||
|
||||
### 🖥️ <a name="command-line"></a>Command Line
|
||||
|
||||
Run commands, capture output and otherwise interact with shells and command line tools.
|
||||
|
||||
Reference in New Issue
Block a user