Skip to main content
Glama

MCP Development Server

by dillip285

MCP 开发服务器

模型上下文协议 (MCP) 服务器使 Claude 能够管理软件开发项目,提供完整的项目上下文感知并通过 Docker 环境处理代码执行。

特征

核心基础设施

  • 项目上下文管理
  • 文件系统操作
  • 基于模板的项目创建
  • Git 集成

要求

  • Python 3.12 或更高版本
  • Docker
  • Git

安装

# 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文件。

-
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. Claude桌面配置
    2. 用法
      1. 资源
      2. 工具
      3. 提示
    3. 发展
      1. 设置开发环境
      2. 运行测试
    4. 贡献
      1. 执照

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A powerful Model Context Protocol (MCP) server for Docker operations, enabling seamless container and compose stack management through Claude AI.
          Last updated -
          4
          160
          Python
          MIT License
          • Apple
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that enables Docker container management through natural language interactions using a custom GPT interface.
          Last updated -
          7
          7
          TypeScript
        • -
          security
          F
          license
          -
          quality
          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.
          Last updated -
          1
          Python
          • Linux
          • Apple
        • 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

        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