dev-kit-mcp-server

dev-kit-mcp-server

3.3

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

A Model Context Protocol (MCP) server for agent development tools, enabling secure operations within a project directory.

The Dev-Kit MCP Server is a robust Model Context Protocol server designed to facilitate secure and efficient operations within a project's root directory. It is particularly useful for agent development tools, providing a secure environment for executing makefile commands, file operations, and Git operations. The server is built with extensibility in mind, allowing developers to integrate additional tools for code editing and other operations. It is optimized for high performance using FastMCP and offers excellent integration with AI-assisted development tools like VS-Code copilot. The server supports a wide range of operations, including creating, moving, and deleting files, executing makefile commands, and performing Git operations such as status, add, commit, push, pull, and checkout. It also allows for the execution of predefined commands from a TOML file, making it a versatile tool for developers.

Features

  • 🔒 Secure Operations: Execute operations within a scoped, authorized root directory
  • 🛠️ Makefile Command Execution: Run makefile commands securely within the project
  • 📁 File Operations: Move, Create, Rename and Delete files within the authorized directory
  • 🔄 Git Operations: Perform Git operations like status, add, commit, push, pull, and checkout
  • 🔌 MCP Integration: Turn any codebase into an MCP-compliant system