Skip to main content
Glama

MCP Development Server

by dillip285

MCP 개발 서버

Claude가 소프트웨어 개발 프로젝트를 관리할 수 있도록 하는 MCP(Model Context Protocol) 서버로, 완전한 프로젝트 컨텍스트 인식을 제공하고 Docker 환경을 통해 코드 실행을 처리합니다.

특징

핵심 인프라

  • 프로젝트 컨텍스트 관리
  • 파일 시스템 작업
  • 템플릿 기반 프로젝트 생성
  • Git 통합

요구 사항

  • Python 3.12 이상
  • 도커

설치

지엑스피1

구성

클로드 데스크톱 구성

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 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

-
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