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.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论