Skip to main content
Glama

vscode-mcp-server

get_active_tabs

Retrieve details of currently open tabs in VS Code, including file content if specified, to provide context for AI agent operations within a project.

Instructions

Retrieves information about currently open tabs in VS Code to provide context for the AI agent.

Input Schema

NameRequiredDescriptionDefault
includeContentNoWhether to include the file content of each tab (may be large)
targetProjectPathYesPath to the project folder we are working in

Input Schema (JSON Schema)

{ "properties": { "includeContent": { "default": false, "description": "Whether to include the file content of each tab (may be large)", "type": "boolean" }, "targetProjectPath": { "description": "Path to the project folder we are working in", "type": "string" } }, "required": [ "targetProjectPath" ], "type": "object" }

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