MCP Development Server
@dillip285
About MCP Development Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"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 an MCP server that enables Claude to manage software development projects, providing complete project context awareness and handling code execution through Docker environments.
How to use MCP Development Server?
Install the server via pip install mcp-dev-server, then add its configuration to Claude Desktop’s claude_desktop_config.json (located at ~/Library/Application Support/Claude/ on macOS or %APPDATA%/Claude/ on Windows). Once configured, the server exposes resources (project structure, build status), tools (project initialization, build, test, Docker commands), and prompts (project analysis, development suggestions, error diagnosis).
Key features of MCP Development Server
- Project context management
- File system operations
- Template-based project creation
- Git integration
- Docker environment support
- Build and test execution
Use cases of MCP Development Server
- Initialize new projects from templates within Claude.
- Run build and test operations in isolated Docker containers.
- Analyze project structure and diagnose errors with contextual prompts.
- Manage Git operations alongside file system tasks.
FAQ from MCP Development Server
What are the system requirements?
Python 3.12 or higher, Docker, and Git must be installed.
How do I configure the server for Claude Desktop?
Add the following JSON to your claude_desktop_config.json: { "mcpServers": { "dev": { "command": "mcp-dev-server", "args": [] } } }.
What capabilities does the server provide?
It provides resources (project files, build status, test results, Docker status), tools (initialization, build, test, Docker commands), and prompts (analysis, suggestions, error diagnosis).
How do I set up a development environment?
Create a Python virtual environment, activate it, and run pip install -e ".[dev]" in the cloned repository.
How do I run tests?
Execute pytest tests/ from the project root.
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Servers
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments