Skip to main content
Glama
dillip285

MCP Development Server

by dillip285

MCP 개발 서버

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

특징

핵심 인프라

  • 프로젝트 컨텍스트 관리

  • 파일 시스템 작업

  • 템플릿 기반 프로젝트 생성

  • Git 통합

요구 사항

  • Python 3.12 이상

  • 도커

Related MCP server: MCP Python Toolbox

설치

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

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