mcp-server-code-assist: 코드 어시스턴트 MCP 서버
개요
코드 수정 및 생성을 위한 모델 컨텍스트 프로토콜 서버입니다. 이 서버는 대규모 언어 모델(Large Language Models)을 통해 코드를 생성, 수정 및 삭제할 수 있는 도구를 제공합니다.
도구
create새 파일을 만듭니다
입력: 경로와 내용이 포함된 XML 명령
반환: 파일 생성 확인
modify검색/바꾸기로 기존 파일을 수정합니다.
입력: 경로, 검색 패턴 및 새 콘텐츠가 포함된 XML 지침
반환: 변경 사항의 차이
rewrite파일을 완전히 다시 작성합니다
입력: 경로와 새 콘텐츠가 포함된 XML 명령
반환: 재작성 확인
delete파일을 제거합니다
입력: 경로가 포함된 XML 명령어
반환: 삭제 확인
XML 형식
지엑스피1
설치
uv 사용(권장)
pip 사용하기
구성
Claude Desktop과 함께 사용
Zed와 함께 사용
settings.json에 추가:
개발
특허
MIT 라이선스. 자세한 내용은 라이선스 파일을 참조하세요.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
대규모 언어 모델을 통해 코드 수정 및 생성을 위한 도구를 제공하는 모델 컨텍스트 프로토콜 서버로, 사용자는 구조화된 XML 명령어를 사용하여 파일을 만들고, 수정하고, 다시 쓰고, 삭제할 수 있습니다.
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol server that enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.Last updated -6530MIT License
MCP TapData Serverofficial
-security-license-qualityA Model Context Protocol server that enables Large Language Models to access and interact with database connections, including viewing schemas and performing CRUD operations on connected databases.Last updated -- Asecurity-licenseAqualityA Model Context Protocol server that helps large language models process code repositories by providing file tree generation, code merging, and code analysis capabilities.Last updated -322MIT License
- Asecurity-licenseAqualityA Model Context Protocol server that provides structured workflow tools for managing software development projects through different complexity levels, offering specialized modes for project planning, design, implementation, and documentation.Last updated -51,7501