MCP Development Server
@MCP-Mirror
About MCP Development Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dillip285_mcp-dev-server": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ICSS
chokcoco不止于 CSS
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments