AiDD MCP Server
@skydeckai
AiDD MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-aidd": {
"command": "uvx",
"args": [
"skydeckai-code"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through 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,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Servers
modelcontextprotocolModel Context Protocol Servers
コメント