Skip to main content
Glama

vscode-mcp-server

get_extension_port

Retrieve the port number used by the VS Code MCP Extension to enable communication within the specified project folder.

Instructions

Get the port number that the VS Code MCP Extension is running on

Input Schema

NameRequiredDescriptionDefault
targetProjectPathYesPath to the project folder we are working in

Input Schema (JSON Schema)

{ "properties": { "targetProjectPath": { "description": "Path to the project folder we are working in", "type": "string" } }, "required": [ "targetProjectPath" ], "type": "object" }

You must be authenticated.

Other Tools from vscode-mcp-server

Related Tools

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

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