Skip to main content
Glama

Code MCP Server

by block

generate_sample_config

Create a sample .vscode-mcp.toml configuration file to enable AI agents and assistants to interact with VS Code via the Model Context Protocol (MCP). Optionally save the output directly to a file.

Instructions

Generate a sample .vscode-mcp.toml configuration file

Input Schema

NameRequiredDescriptionDefault
saveToFileNoSave generated config to .vscode-mcp.toml

Input Schema (JSON Schema)

{ "properties": { "saveToFile": { "description": "Save generated config to .vscode-mcp.toml", "type": "boolean" } }, "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