Skip to main content
Glama

VS Code MCP Button Generator

by burkeholland

from_mcp_config

Create VS Code install buttons and markdown badges by processing raw MCP config data, enabling quick and customizable server integration for Stable and Insiders versions.

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" }
Install Server

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