Back to Home
DanielAvdar icon

dev-kit-mcp-server

Verified Safe

by DanielAvdar

Overview

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

Installation

Run Command
dev-kit-mcp-server --root-dir=workdir

Security Notes

The server implements strong security measures. All file system operations are strictly confined to a specified `root_dir` through path validation (`_validate_path_in_root`), preventing directory traversal attacks. Subprocess execution for `make` targets and predefined commands uses `asyncio.create_subprocess_exec`, which is generally safer than shell execution. Input parameters for commands are validated with a strict regex (`VALID_PARAM_REGEX`) to prevent command injection. No direct use of `eval` or obvious hardcoded secrets were found.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens50
Stars6
Forks6
Last Update2025-12-06

Tags

PythonMCP ServerAgent DevelopmentCode AnalysisFile Operations