Skip to main content
Glama

Code MCP Server

by block

load_project_config

Load project-specific configurations from .vscode-mcp.toml to customize VS Code workspace settings. Simplifies setup by specifying the workspace directory path.

Instructions

Load project-specific configuration from .vscode-mcp.toml

Input Schema

NameRequiredDescriptionDefault
pathNoPath to workspace directory (defaults to current)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to workspace directory (defaults to current)", "type": "string" } }, "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