Skip to main content
Glama

VS Code MCP Button Generator

by burkeholland

copilot_buttons_from_github

Create VS Code install buttons for GitHub files by specifying owner, repo, path, and optional branch to simplify file access in VS Code.

Instructions

Generate VS Code install buttons for a GitHub file using owner/repo/path and optional branch.

Input Schema

NameRequiredDescriptionDefault
branchNomain
kindYesInstall kind
ownerYes
pathYesPath within the repo
repoYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "branch": { "default": "main", "type": "string" }, "kind": { "description": "Install kind", "enum": [ "chat-instructions", "chat-prompt", "chat-mode" ], "type": "string" }, "owner": { "type": "string" }, "path": { "description": "Path within the repo", "type": "string" }, "repo": { "type": "string" } }, "required": [ "kind", "owner", "repo", "path" ], "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