Skip to main content
Glama

Code MCP Server

by block

save_project_config

Save project-specific settings to .vscode-mcp.toml for consistent workspace configuration in VS Code. Define and store preferences to streamline development tasks.

Instructions

Save project-specific configuration to .vscode-mcp.toml

Input Schema

NameRequiredDescriptionDefault
configYesProject configuration object
pathNoPath to workspace directory (defaults to current)

Input Schema (JSON Schema)

{ "properties": { "config": { "description": "Project configuration object", "type": "object" }, "path": { "description": "Path to workspace directory (defaults to current)", "type": "string" } }, "required": [ "config" ], "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