AiDD MCP Server

Author:@MCP-Mirror
View on GitHub

Overview

The AiDD MCP Server is a toolset for AI-driven development workflows. It combines file operations, code analysis, Git tasks, and safe code execution into one integrated tool.

To get started, install the server via npm or pip. After configuration in your development environment, you can access all features through its command line interface (CLI).

Key features include comprehensive file system operations and multi-language code analysis using tree-sitter. It also handles Git operations like status, diff, and commit, executes code with safety measures, and can retrieve system information.

Common use cases are automating file management in software projects, analyzing code structure for refactoring, safely executing code snippets, and efficiently managing version control.

It supports multiple programming languages such as Python, JavaScript, and Ruby. The tool is open-source and free to use. For security, it restricts operations to configured directories and prevents path traversal attacks.