dev-kit-mcp-server
2
Dev-Kit MCP Server is a Model Context Protocol server designed for agent development tools, enabling secure execution of operations such as makefile commands and file management in a dedicated project directory. It's particularly useful for integrating with VS-Code copilot and enhancing AI-assisted development environments.
Dev-Kit MCP Server
A Model Context Protocol (MCP) server targeted for agent development tools. Provides secure operations within the root project directory for running makefile commands, file operations, and Git operations, with potential for code editing features.
Features
- Secure Operations
- Makefile Command Execution
- File Operations
- Git Operations
- MCP Integration
- AI-Assisted Development
- Extensible Framework
- Fast Performance
Installation
Use pip install dev-kit-mcp-server
to install.
Usage
Specify the --root-dir
for file operations security. Use --commands-toml
for custom predefined commands.