OlympHill
mcp-claude-code logo

mcp-claude-codeClaude Code 기능을 포함한 MCP 구현

(0)
Daniel Nikulshyn리뷰어 Daniel Nikulshyn·업데이트됨 2026년 7월

개요

이 프로젝트는 Claude Code와 유사한 기능을 구현하는 MCP 서버를 제공한다. 이 서버는 Claude가 프로젝트 파일의 수정 및 개선에 대하여 직접 명령을 수행할 수 있도록 해준다. MCP 프로토콜을 사용하여 이 구현은 다양한 MCP 클라이언트와의 상호작용을 원할하게 하며 Claude 데스크톱 클라이언트에도 완벽하게 호환된다. 도구는 다음과 같은 기능을 제공한다. 코드 파악, 코드 수정, 명령어 실행, 파일 작업, 코드 발견, 에이전트 위임, 및 다중 LLM 제공자 지원. 또한 Jupyter 노트북을 지원하여 복잡한 논리 추론과 분석에 구조화된 공간을 제공한다.

주요 기능

  • 코드 이해
  • 코드 수정
  • 개선된 명령어 실행
  • 파일 연산
  • 코드 발견
  • AGENT 위임

가격

모델
Free
카테고리
MCP 서버
평점
아직 리뷰 없음

사용 사례

자동화된 코드 개선

도구를 사용하여 코드베이스를 분석하고 파일에 특정 편집을 하여 코드 품질 향상

코드 리뷰 및 분석

도구의 코드 이해 및 발견능력을 사용하여 프로젝트내 관련 파일 및 패턴 식별

장단점

장점

  • Clude 데스크톱과 같은 MCP 클라이언트 간 원활한 통합
  • AGENT 연산에 대한 다중 LLM 공급업체 지원
  • 파일 및 코드 관리에 대한 고급 기능 제공
  • 코드 발견 및 복잡한 태스크 위임도 가능

단점

  • 작업 보안을 위한 적절한 구성 및 권한 설정이 필요
  • 대형 코드베이스에서 가용성 및 성능 한계가 있을 수 있음

리뷰

리뷰를 작성하려면 로그인하세요.

아직 리뷰가 없습니다. 첫 번째가 되어보세요!

Q&A

Is it possible to use different LLM providers with this implementation?

Yes, any LiteLLM-compatible model can be configured for agent operations, allowing users to switch or combine providers for specialized tasks.

Asked by Freya Solberg · May 27, 2026

Can the server handle large codebases efficiently?

While it offers high-performance searching via ripgrep and AST-based discovery, scalability may be limited with very large codebases, potentially impacting performance and memory usage.

Asked by Julia Steiner · Feb 18, 2026

What file operations are supported and how is security handled?

Supported tools include read, write, edit, multi_edit, directory_tree, grep, and run_command. Security is managed through permission handling and shell command restrictions, ensuring only authorized actions modify project files.

Asked by Miriam Cohen · Feb 6, 2026

How does MCP Claude Code integrate with existing MCP clients like Claude Desktop?

It implements the Model Context Protocol, allowing Claude Desktop to send file access, code modification, and command execution requests directly to the MCP server. The integration is seamless once the server is configured with the client’s credentials.

Asked by Umar Farooq · Jan 30, 2026

질문하기

MCP 서버 대안