OlympHill
V

vscode-mcp-server코드 편집 특훈을 제안해주는 VS Code의 MCP 서버

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

개요

Visual Studio Code MCP Server는 Visual Studio Code 확장입니다. MCP 클라이언트, 예를 들면 Claude 등과 같은 AI 코딩에 VS Code 편집 기능을 노출 시킵니다. 클라이언트는 VS Code 워크스페이스와 상호작용 할 수 있게 해 주어, 기존 툴을 중복하지 않고 심볼 검색 및 문서 개요 기능을 활성화 할 수 있습니다. 이 확장은 streamable HTTP API를 사용하여 shell 명령을 실행 할 수 있으며, 조심히 사용하지 않으면 보안 위험이 됩니다. 현재 인증이され지 않았지만, PR은 환영받습니다. 이 확장은 마켓플레이스에서 설치하거나, 저장소에서 빌드 할 수 있습니다.

주요 기능

  • 심볼 검색
  • 문서 요약
  • 터미널 명령어 실행
  • 스트리밍 가능한 HTTP API 연동

가격

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

사용 사례

칼루의 프로그래밍을 위한 AI 프로그래밍

칼루 데스크톱과 연동하여 VS Code MCP 서버를 사용하여 VS Code에서 프로그래밍을 위한 AI 프로그래밍을 활성화할 수 있습니다. 칼루가 작업을 수행하고 디버깅 및 수정할 수 있도록 워크스페이스와 상호 작용할 수 있습니다.

기존 프로그래밍 에제 확장

기존의 프로그래밍 에제에 VS Code의 특훈 요소를 연동하여 그들의 기능을 강화할 수 있습니다.

장단점

장점

  • 기존 암호화 에제를 VS Code의 특훈 기능으로 상속
  • AI 프로그래밍의 심볼 검색 및 문서 요약 기능 활성화
  • 터미널 명령어를 사용한 고급 상호 작용 허용

단점

  • 터미널 명령어 실행으로 인한 보안 위험
  • 인증이 아직 지원하지 않으므로 MCP 클라이언트가 신뢰되고 포트가 노출되지 않도록 확실하게 보장해야 함

리뷰

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

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

Q&A

Is authentication supported for the MCP server?

No, authentication is not yet implemented because the MCP authentication spec is still evolving; PRs are welcome to add this feature.

Asked by Ivana Novak · Nov 11, 2025

Which VS Code features are exposed to an MCP client?

The server provides symbol search, document outlines, file listings and the ability to execute shell commands via a streamable HTTP API, enabling advanced AI coding interactions.

Asked by Cristina Moreno · Nov 7, 2025

What security concerns should I be aware of with this extension?

The extension can execute shell commands and currently has no authentication. Ensure the MCP client is trusted and that the server port is not exposed to the public network.

Asked by Farah Rahimi · Oct 24, 2025

How do I install vscode-mcp-server for use with Claude?

Install the extension from the VS Code Marketplace or clone the repo, run `npm install` and `npm run compile`. Then configure Claude Desktop with the provided JSON snippet to point to the local MCP server.

Asked by Willa Thompson · Sep 15, 2025

질문하기

MCP 서버 대안