{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "id.vibeinfra/catalog",
  "title": "VibeInfra Catalog",
  "description": "Browse the VibeInfra SRE incident catalog, live sandbox capacity and infrastructure glossary.",
  "websiteUrl": "https://vibeinfra.id/docs/mcp/",
  "repository": {
    "url": "https://github.com/ridwansswnto/vibeinfraid",
    "source": "github",
    "subfolder": "packages/mcp-server"
  },
  "version": "0.1.0",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@vibeinfra/mcp-server",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "VIBEINFRA_API_BASE_URL",
          "description": "Override the API origin. Defaults to https://api.vibeinfra.id; set this only to point the server at a local backend.",
          "isRequired": false,
          "isSecret": false,
          "default": "https://api.vibeinfra.id"
        }
      ]
    }
  ]
}
