Skip to main content
Glama

vscode-mcp-server

open_project

Open a project folder in VS Code as soon as a new session starts with the AI Agent, ensuring the active working directory is visible and ready for use.

Instructions

Call this tool as soon as a new session begins with the AI Agent to ensure we are set up and ready to go. open_project opens a project folder in VS Code. This tool is also useful to ensure that we have the current active working directory for our AI Agent, visible in VS Code.

Input Schema

NameRequiredDescriptionDefault
newWindowNoWhether to open the project in a new window
projectPathYesPath to the project folder to open in VS Code

Input Schema (JSON Schema)

{ "properties": { "newWindow": { "default": true, "description": "Whether to open the project in a new window", "type": "boolean" }, "projectPath": { "description": "Path to the project folder to open in VS Code", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }

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