mcp2

ConnorBoetig-dev/mcp2

3.2

If you are the rightful owner of mcp2 and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Unrestricted Development MCP Server provides AI with unrestricted access to your development environment, enabling seamless integration and automation of various tasks.

Tools

Functions exposed to the LLM to take actions

fs_read_file

Read file contents

fs_write_file

Write/overwrite files with auto-directory creation

fs_append_file

Append to existing files

fs_delete_file

Delete files

fs_list_directory

List directory contents (recursive support)

fs_create_directory

Create directories

fs_delete_directory

Delete directories (recursive support)

fs_get_file_info

Get file/directory metadata

fs_move_file

Move/rename files

fs_copy_file

Copy files

shell_execute

Execute any shell command with optional sudo

shell_execute_streaming

Execute long-running commands with streaming output

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources