addbadges

gehsgee/addbadges
★ 0 stars Java 💻 Code/Dev Tools Updated 1mo ago
Add badges for your README to install MCP servers in VS Code & Visual Studio
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "addbadges": {
      "command": "npx",
      "args": [
        "-y",
        "gehsgee/addbadges"
      ]
    }
  }
}