Deepseek 통합을 위한 MCP 서버
이 저장소에는 Claude Desktop이 Docker에서 실행되는 Deepseek 모델을 사용할 수 있도록 하는 MCP(Model Control Protocol) 서버 구현이 포함되어 있습니다.
필수 조건
도커
Python 3.11 이상
Deepseek API 키
클로드 데스크탑
설치
저장소를 복제합니다.
지엑스피1
종속성 설치:
환경 변수 설정
프로젝트의 루트 디렉토리에 .env
파일을 만들고 다음 환경 변수를 추가합니다.
your_api_key_here
실제 Deepseek API 키로 바꿔야 합니다.
서버 실행
Docker 사용
Docker 이미지를 빌드합니다.
컨테이너를 실행합니다.
지역적으로 실행
Claude Desktop과 함께 사용
Deepseek API 키가 있는지 확인하세요
Claude Desktop 구성(claude_desktop_config.json)에 다음을 추가합니다.
새 구성을 로드하려면 Claude Desktop을 다시 시작하세요.
기여하다
저장소를 포크하세요
기능 브랜치를 생성합니다(
git checkout -b feature/amazing-feature
)변경 사항을 커밋하세요(
git commit -m 'Add some amazing feature'
)브랜치에 푸시(
git push origin feature/amazing-feature
)풀 리퀘스트 만들기
특허
MIT 라이센스 - 자세한 내용은 LICENSE 파일을 참조하세요.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude Desktop이 Docker에서 실행되는 Deepseek 모델을 사용할 수 있도록 하는 모델 제어 프로토콜 서버 구현으로, Claude Desktop과 Deepseek 언어 모델 간의 원활한 통합이 가능합니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables Claude to manage software development projects with complete context awareness and code execution through Docker environments.Last updated -13
- AsecurityAlicenseAqualityA 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 -219MIT License
- -securityFlicense-qualityA Model Control Protocol server that provides web search capabilities and similarity search functionality for Claude Desktop, allowing users to perform web searches and extract relevant information from previous search results.Last updated -2
- AsecurityAlicenseAqualityAllows seamless integration of DeepSeek's language models with MCP-compatible applications like Claude Desktop, supporting features such as model selection, temperature control, and multi-turn conversations with automatic model fallback.Last updated -2332MIT License