Serversio.github.bch1212/modelwatch
M

io.github.bch1212/modelwatch

io.github.bch1212/modelwatch · v0.1.1
▦ npm
v0.1.1npm npm: modelwatch-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.bch1212/modelwatch",
  "description": "Continuous behavioral drift monitoring for LLM apps — catches silent provider model updates.",
  "repository": {
    "url": "https://github.com/bch1212/modelwatch",
    "source": "github",
    "subfolder": "mcp-server"
  },
  "version": "0.1.1",
  "websiteUrl": "https://modelwatch.app",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "modelwatch-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from https://modelwatch.app (free tier: 5 specs, 500 runs/mo).",
          "isRequired": true,
          "isSecret": true,
          "name": "MODELWATCH_API_KEY"
        },
        {
          "description": "Override the API base URL for self-hosted deployments.",
          "default": "https://api.modelwatch.app",
          "name": "MODELWATCH_API_BASE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}