Dev-Kit MCP Server

by DanielAvdar

6 stars
389 downloads
Not rated
GitHub Website

About

Dev-Kit MCP Server is a Model Context Protocol (MCP) server designed for agent development tools, enabling secure, scoped file and Git operations within a designated root project directory. It is built for integration with AI-assisted development environments like VS-Code…

Details

Author
DanielAvdar
GitHub stars
6
Downloads
389
Categories
Other

- Scoped, authorized operations within a specified root directory.
- Run makefile commands securely in the project.
- Create, move, rename, and delete files safely.
- Perform Git operations like status, add, commit, push, pull, and checkout.
- Search files and text with regex patterns and context.
- Execute predefined commands defined in a TOML file.
- Built with FastMCP for high performance.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Dev-Kit MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install with pip install dev-kit-mcp-server. Run the server using dev-kit-mcp-server --root-dir=workdir, optionally specifying a custom TOML file for predefined commands with --commands-toml=custom_commands.toml. The server exposes tools such as file operations, Git operations, Makefile execution, text/file search, and predefined command execution.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "dev-kit mcp server": {
            "dev-kit-mcp-server": {
                "command": "uvx",
                "args": [
                    "dev-kit-mcp-server",
                    "--root-dir",
                    "${workspaceFolder}"
                ],
                "env": []
            }
        }
    }
}

McpServers

{
    "dev-kit-mcp-server": {
        "command": "uvx",
        "args": [
            "dev-kit-mcp-server",
            "--root-dir",
            "${workspaceFolder}"
        ],
        "env": []
    }
}

Dev-Kit MCP Server

PyPI - Python Version
version
License
OS
OS
OS
Tests
Code Checks
codecov
Ruff
Last Commit

A Model Context Protocol (MCP) server targeted for agent development tools, providing scoped authorized operations in the root project directory. This package enables secure execution of operations such as running makefile commands, moving and deleting files, with future plans to include more tools for code editing. It serves as an excellent MCP server for VS-Code copilot and other AI-assisted development tools.

<a href="https://glama.ai/mcp/servers/@DanielAvdar/dev-kit-mcp-server">
dev-kit-mcp-server MCP server
</a>

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
- 🤖 AI-Assisted Development: Excellent integration with VS-Code copilot and other AI tools
- 🔄 Extensible Framework: Easily add new tools for code editing and other operations
- 🚀 Fast Performance: Built with FastMCP for high performance

Installation

pip install dev-kit-mcp-server

Usage

Running the Server

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.