코딩 어시스턴트 서버
코딩 어시스턴트 서버는 클라인 코딩 에이전트의 기능을 향상시키는 MCP(모델 컨텍스트 프로토콜) 서버입니다. 지능적인 코드 제안을 제공하고, 환각 현상을 줄이며, 프로젝트 문서를 활용하고 코드베이스에 사용된 기술을 감지하여 지식 기반을 문서화합니다.
특징
- 코드 제안 : 코드 조각과 프로젝트 문서를 기반으로 상황에 맞는 코드 제안을 제공합니다.
- 문서 통합 :
docs
디렉토리나 제공된 URL에서 문서 파일을 로드하고 벡터화합니다. - 기술 감지 : 프로젝트에서 사용된 프로그래밍 언어, 프레임워크, 라이브러리를 자동으로 감지합니다.
- 자동 문서 검색 : 탐지된 기술에 대한 공식 문서 링크를 찾아 지식 기반에 추가합니다.
- 프로젝트 경로 자동화 :
project_path.txt
에서 프로젝트 경로를 읽어 Cline의 현재 프로젝트와 원활하게 통합합니다. - 다양한 문서 소스 : 다양한 문서와 링크를 수용하여 지식 기반을 풍부하게 합니다.
설치
Smithery를 통해 설치
Smithery 를 통해 Cline용 Coding Assistant Server를 자동으로 설치하는 방법:
지엑스피1
필수 조건
- Node.js v14 이상
- npm v6 이상
- OpenAI API 키
단계
- 저장소 복제
- 프로젝트 디렉토리로 이동
- 종속성 설치
- 환경 변수 설정
- 루트 디렉토리에
.env
파일을 만듭니다. - OpenAI API 키를 추가하세요:
- 루트 디렉토리에
- 프로젝트 빌드
용법
서버 시작
Coding Assistant MCP 서버를 시작합니다.
Cline과 통합
- MCP 설정 업데이트
- 코딩 어시스턴트 서버를 포함하도록 MCP 설정 구성 파일(예:
cline_mcp_settings.json
)을 편집합니다.
- 코딩 어시스턴트 서버를 포함하도록 MCP 설정 구성 파일(예:
- 프로젝트 경로 설정
coding-assistant-server
디렉토리에project_path.txt
파일을 현재 프로젝트의 절대 경로로 만들거나 업데이트합니다.
- 클라인 재시작
- 코딩 어시스턴트 서버를 연결하려면 Cline을 다시 시작하거나 MCP 설정을 다시 로드하세요.
도구 사용
get_suggestions
도구
제공된 코드 컨텍스트를 기반으로 코드 제안을 제공합니다.
사용 예 :
클라인은 coding-assistant
MCP 서버에서 도구를 사용했습니다.
제안 받기
제공된 코드 컨텍스트를 기반으로 코드 제안 받기
인수
응답
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Cline 코딩 에이전트의 기능을 향상시키는 서버입니다. 지능적인 코드 제안을 제공하고, 환각 현상을 줄이며, 프로젝트 문서를 활용하고 코드베이스에 사용된 기술을 감지하여 지식 기반을 문서화합니다.
Related MCP Servers
- AsecurityAlicenseAqualityA server that enhances AI assistants with the ability to update your JSON Resume by analyzing your coding projects, automatically extracting skills and generating professional descriptions.Last updated -33239TypeScriptThe Unlicense
- -securityFlicense-qualityAn MCP server that connects to your Notion knowledge base, allowing you to query and retrieve information directly from VSCode using the Cline extension.Last updated -Python
Apifox MCP Serverofficial
-securityFlicense-qualityA server that connects AI coding assistants like Cursor and Cline to Apifox API definitions, allowing developers to implement API interfaces through natural language commands.Last updated -8321- -securityAlicense-qualityAn MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.Last updated -179PythonMIT License