OlympHill
V

vscode-mcp-serverMCP serveris, kas padara VS Code rediģēšanas iespējas pieejamas LLM AI kodēšanai

(0)
Daniel NikulshynPārskatījis Daniel Nikulshyn·Atjaunināts 2026. g. jūlijs

Pārskats

VS Code MCP Server ir Visual Studio Code paplašinājums, kas atklāj VS Code rediģēšanas iespējas MCP klientiem, piemēram, Claude, AI kodēšanai. Tas ļauj klientiem mijiedarboties ar VS Code darba vidi, nodrošinot tādas iespējas kā simbolu meklēšana un dokumenta struktūras pārskati, nepārklājoties ar jau esošajiem rīkiem. Paplašinājums izmanto strāvējamu HTTP API un var izpildīt čaulas komandas, radot potenciālu drošības risku, ja tiek lietots neuzmanīgi. Šobrīd nav autentifikācijas, bet tiek aicināti iesniegt pull requestus. Paplašinājumu var instalēt no Marketplace vai uzbūvēt no repozitorija.

Galvenās funkcijas

  • Simbolu meklēšana
  • Dokumenta struktūras pārskati
  • Čaulas komandu izpilde
  • Strāvējama HTTP API integrācija

Cenas

Modelis
Free
Kategorija
MCP Serveri
Vērtējums
Nav atsauksmju

Lietošanas gadījumi

AI kodēšana ar Claude

Izmantojiet VS Code MCP Server kopā ar Claude Desktop, lai iespējo AI kodēšanu VS Code vidē, ļaujot Claude mijiedarbot ar darba vietu un veikt uzdevumus, piemēram, koda rediģēšanu un diagnostiku.

Kodēšanas aģentu paplašināšana

Integrējiet VS Code MCP Server ar esošajiem kodēšanas aģentiem, lai nodrošinātu tiem VS Code specifiskas iespējas, uzlabojot to funkcionalitāti, nepārklājoties ar esošajiem rīkiem.

Plusi un mīnusi

Plusi

  • Paplašina esošos kodēšanas aģentus ar VS Code specifiskām iespējām
  • Ļauj AI kodēšanu ar tādām funkcijām kā simbolu meklēšana un dokumenta struktūras pārskati
  • Nodrošina čaulas komandu izpildi sarežģītākām mijiedarbībām

Mīnusi

  • Potenciāls drošības risks sakarā ar čaulas komandu izpildi
  • Pašlaik trūkst autentifikācijas, tāpēc ir svarīgi uzticēties MCP klientam un nodrošināt, ka ports netiek pakļauts publiskai piekļuvei

Atsauksmes

Pieslēdzies, lai atstātu atsauksmi.

Vēl nav atsauksmju. Esi pirmais!

Jautājumi

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

Uzdod jautājumu

MCP Serveri alternatīvas