mcp-badge-creator
Verified Safeby jamesmontemagno
Overview
Create one-click install badges for Model Context Protocol (MCP) servers, VS Code extensions, various package managers, GitHub repositories, and personal profiles.
Installation
npm run devSecurity Notes
The project is a client-side React application that runs entirely in the browser. It does not contain server-side code susceptible to typical server vulnerabilities. User preferences are stored in localStorage. Sensitive data (like API keys) is handled through placeholders (`${input:id}`) in generated configurations, promoting secure input practices rather than hardcoding. It makes client-side API requests to various external services (Shields.io, VS Code Marketplace, MCP Registry, package registries), some of which utilize a CORS proxy (`api.allorigins.win`). While this reliance on external services and proxies introduces minimal external dependency risks, no direct malicious patterns, `eval` usage, or hardcoded secrets are evident in the provided source code.
Similar Servers
mcpb
This repository provides a CLI tool and library for building, validating, packing, signing, and verifying MCP (Model Context Protocol) Bundles, which are zip archives containing local MCP servers and their metadata for distribution.
f2c-mcp
A Model Context Protocol server for Figma Design to Code, enabling AI tools to convert Figma designs into production-ready frontend code.
slash-command-manager
A CLI tool and MCP server for generating and managing slash commands for various AI coding assistants, integrating with a Spec-Driven Development (SDD) workflow.
header-test-mcp
An MCP server designed for debugging custom header implementations in MCP hosts/clients by providing a tool to retrieve request headers.