A

AiDD (Dev Workflows)

1-Click Ready

Integrates file system, code analysis, Git, and execution capabilities to enable AI-driven developme...

60 views
0 installs
Updated Sep 14, 2025
Integrates file system, code analysis, Git, and execution capabilities to enable AI-driven development workflows across multiple programming languages.

Tools

1 / 6

get_allowed_directory

Get the current working directory that this server is allowed to access. WHEN TO USE: When you need to understand the current workspace boundaries, determine the root directory for relative paths, or ...

get_active_apps

Get a list of currently active applications running on the user's system. WHEN TO USE: When you need to understand what software the user is currently working with, gain context about their active app...

write_file

Create a new file or overwrite an existing file with new content. WHEN TO USE: When you need to save changes, create new files, or update existing ones with new content. Useful for generating reports,...

update_allowed_directory

Change the working directory that this server is allowed to access. WHEN TO USE: When you need to switch between different projects, change the workspace root to a different directory, or expand/modif...

create_directory

Create a new directory or ensure a directory exists. Can create multiple nested directories in one operation. WHEN TO USE: When you need to set up project structure, organize files, create output dire...

Quick Start

View on GitHub

More for File Systems

View All →

More for Developer Tools

View All →

Similar MCP Servers