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

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments