Skip to main content
Glama

VS Code MCP Button Generator

by burkeholland
package.json944 B
{ "name": "mcp-vsc-button-gen", "version": "0.1.0", "private": false, "description": "MCP server that generates VS Code MCP install buttons (Stable + Insiders)", "type": "module", "bin": { "mcp-vsc-button-gen": "dist/index.js" }, "files": [ "dist", "README.md" ], "keywords": [ "mcp", "model context protocol", "vscode", "buttons", "npx" ], "engines": { "node": ">=18.18.0" }, "scripts": { "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "npm run build && jest", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.2.0", "zod": "^3.23.8" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.5.0", "jest": "^30.0.5", "ts-jest": "^29.4.1", "tsx": "^4.15.7", "typescript": "^5.5.4" } }

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