Skip to main content
Glama
dillip285

MCP Development Server

by dillip285

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

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    A 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.
    9
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    An 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.
    27
    54
    Apache 2.0
  • A
    license
    C
    quality
    F
    maintenance
    An AI-powered Model Context Protocol server for Claude Code that provides code intelligence tools including codebase analysis, task management, component generation, and deployment configuration.
    23
    16
    GPL 3.0

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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