MCP Development Server
MCP開発サーバー
Claude がソフトウェア開発プロジェクトを管理し、完全なプロジェクト コンテキスト認識を提供し、Docker 環境を通じてコード実行を処理できるようにする Model Context Protocol (MCP) サーバー。
特徴
コアインフラストラクチャ
プロジェクトコンテキスト管理
ファイルシステム操作
テンプレートベースのプロジェクト作成
Git統合
要件
Python 3.12以上
ドッカー
ギット
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 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