← Back to Plugins
MCP Server MCP

io.github.vibefix-tech/vibefix

github By github 👁 1 views ▲ 0 votes

Bug bounty platform for vibe coders. Post bugs, find fixes, run diagnostics.

Homepage Verified source GitHub

Install

npx -y @vibefix/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@vibefix/mcp",
      "version": "0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your VibeFix API key from vibefix.co/dashboard/integrations",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "VIBEFIX_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...