Skip to main content
Glama

VS Code MCP Button Generator

by burkeholland

from_mcp_config

Generate VS Code installation buttons and markdown badges by processing a raw MCP config object and server name, enabling quick setup and configuration for MCP servers.

Instructions

Generate install buttons from a raw MCP JSON-like config object and a server name.

Input Schema

NameRequiredDescriptionDefault
mcpNo
nameYesServer display name.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "mcp": {}, "name": { "description": "Server display name.", "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from VS Code MCP Button Generator

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/burkeholland/mcp-vsc-button-gen'

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