⚙️ mcp-devtools: multi-functional development tools MCP server over SSE
@daoch4n
About ⚙️ mcp-devtools: multi-functional development tools MCP server over SSE
code or delegate aider over sse protocol
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"zen-ai-mcp-devtools": {
"command": "uvx",
"args": [
"mcp-devtools@latest",
"-p",
"1337"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ⚙️ mcp-devtools?
⚙️ mcp-devtools is a multi-functional development tools MCP server that provides Git management, file operations, terminal command execution, and AI-assisted file editing (via Aider) over Server-Sent Events (SSE). It targets developers who want to give AI assistants direct, sandboxed access to local repositories, files, and shell commands.
How to use ⚙️ mcp-devtools?
Install the prerequisite uv (pip install uv), then run uvx mcp-devtools@latest -p 1337 (or clone and run ./server.sh -p 1337 on Linux/macOS, .\server.ps1 -p 1337 on Windows). Configure your MCP client with the URL http://127.0.0.1:1337/sse, set alwaysAllow appropriately, and include the provided system prompt to guide the AI on using repo_path.
Key features of ⚙️ mcp-devtools
- Git management: status, stage/commit, diff, log, branch, reset, checkout, show, read file, apply diff
- Direct file operations: search and replace, write to file
- Terminal command execution via
execute_command - AI-assisted file editing using Aider (
ai_edit) - Filesystem access bounded by per-command `
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments