Skip to main content
Glama

Code MCP Server

by block

detect_vscode_workspaces

Identify open VS Code instances and their active or recent workspaces. Configure settings to include running sessions, historical data, or limit results for streamlined workspace management.

Instructions

Automatically detect open VS Code instances and their workspaces

Input Schema

NameRequiredDescriptionDefault
includeRecentNoInclude recent workspaces from VS Code history
includeRunningNoInclude currently running VS Code instances
maxResultsNoMaximum number of workspaces to return

Input Schema (JSON Schema)

{ "properties": { "includeRecent": { "description": "Include recent workspaces from VS Code history", "type": "boolean" }, "includeRunning": { "description": "Include currently running VS Code instances", "type": "boolean" }, "maxResults": { "description": "Maximum number of workspaces to return", "type": "number" } }, "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/block/vscode-mcp'

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