vscode-mcp-api
by Danchuna
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| mcpServer.port | No | HTTP port (auto-increments through 3333–3337 if taken) | 3333 |
| mcpServer.authToken | No | HTTP Bearer token; empty means no auth | |
| mcpServer.allowedCommands | No | Allowlist of VS Code commands for execute_vscode_command (empty = all denied). Comma-separated list. | [] |
| mcpServer.terminalStrategy | No | How terminal commands run (childProcess captures output reliably / shellIntegration shows them in the terminal panel) | childProcess |
| mcpServer.enableContextPush | No | Push active file / selection / diagnostics to connected agents (true/false) | true |
| mcpServer.enableCloudflareTunnel | No | Start the public tunnel automatically with the server (true/false) | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues