MCP Development Server
@MCP-Mirror
About MCP Development Server
Mirror of
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 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,
Comments