Skip to main content
Glama

Code MCP Server

by block

VS코드 MCP

이 모노레포에는 VSCode MCP 서버와 이에 대응하는 VSCode 확장 프로그램이 포함되어 있으며, 이를 통해 Goose나 Claude와 같은 AI 에이전트와 보조 프로그램이 모델 컨텍스트 프로토콜을 통해 VSCode와 상호 작용할 수 있습니다.

프로젝트 구조

지엑스피1

빠른 시작

  1. MCP 서버 설치
npx vscode-mcp-server install
  1. MCP 확장 프로그램 설치

MCP 확장

구성

구스 데스크탑 설정

구스 설정

  • ID: code-mcp
  • 이름: VS Code
  • 설명: Allows interaction with VS Code through the Model Context Protocol
  • 명령어: npx vscode-mcp-server

클로드 데스크탑 설정

Claude Desktop 구성 파일( ~/Library/Application Support/Claude/claude_desktop_config.json )에 다음을 추가합니다.

{ "mcpServers": { "vscode-mcp-server": { "command": "npx", "args": ["vscode-mcp-server"], "env": {} } } }

사용 가능한 도구

Code MCP 서버는 AI 에이전트가 VS Code와 상호 작용할 수 있도록 다음과 같은 도구를 제공합니다.

create_diff

기존 파일을 수정하여 diff를 만들고 표시합니다.

  • 적용하기 전에 변경 사항을 미리 보여줍니다.
  • 사용자 승인이 필요합니다
  • 기존 파일에만 작동합니다

open_file

VS Code 편집기에서 파일을 엽니다.

  • 새 파일이나 수정된 파일을 보는 데 사용됩니다.

open_project

VS Code에서 프로젝트 폴더를 엽니다.

  • AI 에이전트를 위한 작업 디렉토리를 설정합니다.

check_extension_status

확장 프로그램이 설치되어 있고 응답하는지 확인합니다.

get_extension_port

VS Code MCP 확장에 대한 포트 번호를 가져옵니다.

list_available_projects

포트 레지스트리 파일의 프로젝트를 표시합니다.

특허

이 프로젝트는 Apache License 2.0에 따라 라이선스가 부여되었습니다. 자세한 내용은 LICENSE 파일을 참조하세요.

저작권 2025 Block, Inc.

이 제품에는 Block, Inc. 에서 개발한 소프트웨어가 포함되어 있습니다.

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

모델 컨텍스트 프로토콜을 통해 Goose나 Claude와 같은 AI 에이전트와 보조자가 VS Code와 상호 작용할 수 있도록 합니다.

  1. 프로젝트 구조
    1. 빠른 시작
      1. 구성
        1. 구스 데스크탑 설정
        2. 클로드 데스크탑 설정
      2. 사용 가능한 도구
        1. create_diff
        2. open_file
        3. open_project
        4. check_extension_status
        5. get_extension_port
        6. list_available_projects
      3. 특허

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          Facilitates integration with Claude Desktop to run AI agents and execute purchased actions without code, leveraging the Model Context Protocol framework.
          Last updated -
          1
          TypeScript
          GPL 3.0
        • -
          security
          F
          license
          -
          quality
          Connects Claude AI to QGIS through the Model Context Protocol, allowing Claude to directly interact with and control QGIS for tasks like project creation, layer manipulation, and code execution.
          Last updated -
          286
          Python
          • Apple
        • -
          security
          F
          license
          -
          quality
          Allows AI assistants like Claude to directly interact with and control DaVinci Resolve through the Model Context Protocol, providing capabilities for project management, timeline manipulation, media management, and Fusion integration.
          Last updated -
          5
          Python
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          Connect your Sanity content to AI agents. Create, update, and explore structured content using Claude, Cursor, and VS Code via the Model Context Protocol. Transform content operations from complex queries to simple conversations—giving your team superpowers without sacrificing structure.
          Last updated -
          20
          368
          54
          TypeScript
          MIT License
          • Linux
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/block/vscode-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server