MCP Development Server
MCP 开发服务器
模型上下文协议 (MCP) 服务器使 Claude 能够管理软件开发项目,提供完整的项目上下文感知并通过 Docker 环境处理代码执行。
特征
核心基础设施
项目上下文管理
文件系统操作
基于模板的项目创建
Git 集成
要求
Python 3.12 或更高版本
Docker
Git
Related MCP server: MCP Python Toolbox
安装
# Using pip
pip install mcp-dev-server
# Development installation
git clone https://github.com/your-org/mcp-dev-server.git
cd mcp-dev-server
pip install -e .配置
Claude桌面配置
添加到您的 Claude Desktop 配置文件:
在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev": {
"command": "mcp-dev-server",
"args": []
}
}
}用法
该服务器提供了多种 MCP 功能:
资源
项目结构和文件
构建状态和工件
测试结果
Docker 容器状态
工具
项目初始化
构建操作
测试执行
Docker 命令
提示
项目分析
发展建议
错误诊断
发展
设置开发环境
# Create virtual environment
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
# Install dependencies
pip install -e ".[dev]"运行测试
pytest tests/贡献
请阅读CONTRIBUTING.md了解我们的行为准则和提交拉取请求的流程的详细信息。
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceA powerful Model Context Protocol (MCP) server for Docker operations, enabling seamless container and compose stack management through Claude AI.4497MIT
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.9MIT
- AlicenseNot gradedqualityFmaintenanceAn enhanced Model Context Protocol server that enables Claude to seamlessly collaborate with multiple AI models (Gemini, OpenAI, local models) for code analysis and development tasks, maintaining context across conversations.2754Apache 2.0
- AlicenseCqualityFmaintenanceAn AI-powered Model Context Protocol server for Claude Code that provides code intelligence tools including codebase analysis, task management, component generation, and deployment configuration.2316GPL 3.0
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Appeared in Searches
- Create a ZIP file with Python code for an OSINT monitoring project
- Building and Deploying a React Application with Docker and a Postgres Backend
- Information about Docker containerization technology
- Transferring a Dockerized Website from Local to Remote Server Using Cursor AI
- Resources for Writing Scripts
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dillip285/mcp-dev-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server