Cover image
Try Now
2024-12-15

Espejo de https: //github.com/dillip285/mcp-dev-server

3 years

Works with Finder

0

Github Watches

1

Github Forks

0

Github Stars

MCP Development Server

A Model Context Protocol (MCP) server that enables Claude to manage software development projects, providing complete project context awareness and handling code execution through Docker environments.

Features

Core Infrastructure

  • Project context management
  • File system operations
  • Template-based project creation
  • Git integration

Requirements

  • Python 3.12 or higher
  • Docker
  • Git

Installation

# 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 .

Configuration

Claude Desktop Configuration

Add to your Claude Desktop configuration file:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "dev": {
      "command": "mcp-dev-server",
      "args": []
    }
  }
}

Usage

The server provides several MCP capabilities:

Resources

  • Project structure and files
  • Build status and artifacts
  • Test results
  • Docker container status

Tools

  • Project initialization
  • Build operations
  • Test execution
  • Docker commands

Prompts

  • Project analysis
  • Development suggestions
  • Error diagnosis

Development

Setting up development environment

# Create virtual environment
python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

# Install dependencies
pip install -e ".[dev]"

Running tests

pytest tests/

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Andris Teikmanis
  • Latvian GPT assistant for developing GPT applications

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Navid RezaeiSarchoghaei
  • Professional Flask/SQLAlchemy code guide. Follow: https://x.com/navid_re

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • https://cantaspinar.com
  • Summarizes videos and answers related questions.

  • Jan Meindl
  • Builds new GPTs

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • OffchainLabs
  • Implementación de la prueba de estaca Ethereum

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

  • deemkeen
  • Controle su MBOT2 con un combo de potencia: MQTT+MCP+LLM

    Reviews

    3 (1)
    Avatar
    user_VhgqSdx0
    2025-04-15

    The AIBD Dev Container by gergelyszerovay is a fantastic tool for developers looking to streamline their development environments. It's incredibly easy to set up and use, thanks to its well-thought-out design. I've found it particularly useful for managing dependencies and ensuring consistency across different projects. Highly recommended for anyone needing a reliable and efficient development container! Check it out here: https://mcp.so/server/aibd-devcontainer/gergelyszerovay.