MCP Development Server
@MCP-Mirror
MCP Development Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"dillip285_mcp-dev-server": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Development Server?
MCP Development Server is a Model Context Protocol (MCP) server that enables Claude to manage software development projects. It provides complete project context awareness and handles code execution through Docker environments, targeting users who want to use Claude for development tasks.
How to use MCP Development Server?
Install the server via pip (pip install mcp-dev-server) and add a configuration entry to your Claude Desktop configuration file (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows) with the command mcp-dev-server. Once configured, Claude can access its resources, tools, and prompts for project management and code execution.
Key features of MCP Development Server
- Project context management
- File system operations
- Template-based project creation
- Git integration
- Docker-based code execution
- Build, test, and Docker command tools
Use cases of MCP Development Server
- Initialize new software projects from templates.
- Run build operations and view build status.
- Execute and review test results.
- Manage Docker containers from within Claude.
- Analyze project structure and diagnose errors.
FAQ from MCP Development Server
What are the system requirements for MCP Development Server?
Python 3.12 or higher, Docker, and Git are required.
How do I install MCP Development Server?
Install it via pip with pip install mcp-dev-server. For development, clone the repository and run pip install -e . from the project directory.
How do I configure MCP Development Server for Claude Desktop?
Add a dev entry under mcpServers in your Claude Desktop configuration file, with "command": "mcp-dev-server" and an empty args array.
What resources and tools does MCP Development Server provide?
It provides resources for project structure, build status, test results, and Docker container status. Tools include project initialization, build operations, test execution, and Docker commands. Prompts cover project analysis, development suggestions, and error diagnosis.
How do I run tests for MCP Development Server?
Run pytest tests/ from the project directory after installing dependencies with pip install -e ".[dev]" in a virtual environment.
「その他」の他のコンテンツ
Awesome Mlops
visengerA curated list of references for MLOps
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント