MCP.so
Sign In

AiDD MCP Server

@skydeckai

About AiDD MCP Server

No overview available yet

Basic information

Category

Other

License

Apache-2.0

Runtime

python

Transports

stdio

Publisher

skydeckai

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-aidd": {
      "command": "uvx",
      "args": [
        "skydeckai-code"
      ]
    }
  }
}

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 AiDD MCP Server?

AiDD MCP Server (formerly known as mcp-server-aidd, now named skydeckai-code) is an MCP server that provides a comprehensive set of tools for AI-driven development workflows. It integrates file system operations, multi-language code analysis using tree-sitter, code execution, web content fetching with HTML-to-markdown conversion, multi-engine web search, code content searching, and system information retrieval. Designed to enhance AI’s capability to assist in software development tasks by offering direct access to both local and remote resources.

How to use AiDD MCP Server?

Install using uvx skydeckai-code. For Claude Desktop, add the server to claude_desktop_config.json with command uvx and args ["skydeckai-code"]. It is also searchable in the MseeP AI Helper App as “SkyDeckAI Code”.

Key features of AiDD MCP Server

  • File system operations: read, write, edit, move, copy, delete
  • Directory management and traversal with recursive tree view
  • Multi-language code analysis using tree-sitter (11 languages)
  • Code content searching with regex pattern matching
  • Multi-language code execution with safety measures
  • Web content fetching with HTML-to-markdown conversion
  • Multi-engine web search with reliable fallback mechanisms
  • Screenshot and screen context tools for desktop environment

Use cases of AiDD MCP Server

  • AI-assisted code editing and refactoring across multiple files
  • Analyzing codebase structure and extracting class/function relationships
  • Fetching web documentation or API content and converting to markdown
  • Searching for specific code patterns (e.g., error handling, imports) across a project
  • Executing code snippets or shell scripts in a controlled environment

FAQ from AiDD MCP Server

How is AiDD MCP Server different from its previous name?

It was renamed from mcp-server-aidd to skydeckai-code because the term “AiDD” was not intuitive to users and LLMs; “Code” was more linguistically intuitive for agentic AI.

What dependencies or runtime are required?

The server is installed via uvx (part of the Python ecosystem) and uses tree-sitter for code analysis. No specific additional runtime is listed.

How do I configure workspace boundaries?

The server includes security controls with configurable workspace boundaries. You can change the allowed directory using the update_allowed_directory tool, which accepts an absolute path.

What tools are available?

The server exposes 29 tools across categories: File System, Code Tools, Web Tools, Screen Tools, System, Utility, and Todo. A full list with parameters is documented in the README.

Can I run code safely?

Yes, the server provides multi-language code execution with safety measures. It also includes a batch_tools tool for running multiple operations in parallel or serial.

Comments

More Other MCP servers