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