⚙️ mcp-devtools: multi-functional development tools MCP server over SSE
@daoch4n
关于 ⚙️ mcp-devtools: multi-functional development tools MCP server over SSE
code or delegate aider over sse protocol
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"zen-ai-mcp-devtools": {
"command": "uvx",
"args": [
"mcp-devtools@latest",
"-p",
"1337"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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 `
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论