Skip to main content
Glama

VS Code MCP Button Generator

by burkeholland

copilot_buttons_from_raw

Create VS Code install buttons for raw URLs to chat instructions, prompts, or modes. Simplify embedding and sharing custom configurations directly in VS Code.

Instructions

Generate VS Code install buttons for a raw URL to chat instructions, prompts, or chat modes.

Input Schema

NameRequiredDescriptionDefault
kindYesInstall kind
urlYesRaw GitHub URL or any public raw URL to the file.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "kind": { "description": "Install kind", "enum": [ "chat-instructions", "chat-prompt", "chat-mode" ], "type": "string" }, "url": { "description": "Raw GitHub URL or any public raw URL to the file.", "format": "uri", "type": "string" } }, "required": [ "kind", "url" ], "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