Skip to main content
Glama

MCP Development Server

by dillip285

MCP開発サーバー

Claude がソフトウェア開発プロジェクトを管理し、完全なプロジェクト コンテキスト認識を提供し、Docker 環境を通じてコード実行を処理できるようにする Model Context Protocol (MCP) サーバー。

特徴

コアインフラストラクチャ

  • プロジェクトコンテキスト管理
  • ファイルシステム操作
  • テンプレートベースのプロジェクト作成
  • Git統合

要件

  • Python 3.12以上
  • ドッカー
  • ギット

インストール

# 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ファイルを参照してください。

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Claude が Docker 環境を通じて完全なコンテキスト認識とコード実行を使用してソフトウェア開発プロジェクトを管理できるようにするモデル コンテキスト プロトコル サーバー。

  1. 特徴
    1. コアインフラストラクチャ
    2. 要件
  2. インストール
    1. 構成
      1. クロードデスクトップ構成
    2. 使用法
      1. リソース
      2. ツール
      3. プロンプト
    3. 発達
      1. 開発環境の設定
      2. テストの実行
    4. 貢献
      1. ライセンス

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.
          Last updated -
          19
          2
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.
          Last updated -
          2
          TypeScript
        • A
          security
          A
          license
          A
          quality
          A collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.
          Last updated -
          2
          19
          TypeScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that allows Claude Desktop to manage and execute tasks in a queue-based system, supporting planning, execution, and completion phases.
          Last updated -
          10
          1,293
          5
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        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