dev-kit-mcp-server

DanielAvdar/dev-kit-mcp-server
★ 6 stars Python 💻 Code/Dev Tools Updated today
Agent development tool-kit
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dev-kit-mcp-server": {
      "command": "uvx",
      "args": [
        "dev-kit-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install dev-kit-mcp-server

README Excerpt

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.

Topics

llm-agentsmcpmcp-serverserver