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
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments