Skip to main content
Glama
chaworld

vscode-mcp-server

by chaworld

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_fileA

Creates a new file with the given content. Fails if the file already exists.

overwrite_fileA

Overwrites an existing file or creates a new one with the given content.

read_fileB

Reads and returns the content of a file.

install_extensionB

Installs a VSCode extension by its ID.

uninstall_extensionA

Uninstalls a VSCode extension by its ID.

list_extensionsA

Lists all installed VSCode extensions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/chaworld/vscode-mcp-server'

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