Dev-Kit MCP Server
@DanielAvdar
Dev-Kit MCP Server について
Agent development tool-kit
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"dev-kit-mcp-server": {
"command": "uvx",
"args": [
"dev-kit-mcp-server",
"--root-dir",
"${workspaceFolder}"
],
"env": {}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Dev-Kit MCP Server?
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 Copilot.
How to use Dev-Kit MCP Server?
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.
Key features of Dev-Kit MCP Server
- 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.
Use cases of Dev-Kit MCP Server
- AI-assisted code editing with secure file and folder management.
- Automated testing and linting through predefined commands.
- Git workflow automation from within an AI coding assistant.
- Exploring and searching codebases programmatically via MCP tools.
FAQ from Dev-Kit MCP Server
What is the Dev-Kit MCP Server?
It is an MCP server that provides file, Git, and Makefile operations within a restricted root directory, intended for use with AI agent development tools and editors like VS Code.
How does Dev-Kit MCP Server ensure security?
All file and directory operations are confined to the root directory specified by the --root-dir parameter, preventing access to files outside of that scope.
What tools are available in Dev-Kit MCP Server?
The server provides file creation/move/rename/removal, Git status/add/commit/push/pull/checkout/diff, Makefile target execution, file and text search, predefined command execution, and line-range reading.
What are the installation requirements?
It requires Python (see PyPI badge for versions) and is installed via pip: pip install dev-kit-mcp-server. No other runtime dependencies are listed.
How do I run the Dev-Kit MCP Server?
Run dev-kit-mcp-server --root-dir=workdir from the command line. Optionally add --commands-toml=<file>.toml to use custom predefined commands.
「その他」の他のコンテンツ
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント