MCP Development Server
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 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
This server cannot be installed
Maintenance
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
- AlicenseBqualityFmaintenanceA powerful Model Context Protocol (MCP) server for Docker operations, enabling seamless container and compose stack management through Claude AI.4497MIT
- AlicenseNot gradedqualityCmaintenanceA 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.9MIT
- AlicenseNot gradedqualityFmaintenanceAn 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.2754Apache 2.0
- AlicenseCqualityFmaintenanceAn AI-powered Model Context Protocol server for Claude Code that provides code intelligence tools including codebase analysis, task management, component generation, and deployment configuration.2316GPL 3.0
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
Appeared in Searches
- Create a ZIP file with Python code for an OSINT monitoring project
- Building and Deploying a React Application with Docker and a Postgres Backend
- Information about Docker containerization technology
- Transferring a Dockerized Website from Local to Remote Server Using Cursor AI
- Resources for Writing Scripts
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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