← Back to Plugins
MCP Server MCP

Kirk — Unsupervised Structural Change Detection

github By github 👁 1 views ▲ 0 votes

The Kalman filter for the non-Gaussian, non-stationary world. Unsupervised structural change.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://kirk-mcp.kavara.ai/mcp",
      "headers": [
        {
          "description": "Cloudflare Access service token ID (contact [email protected] for provisioning; first 100 IU free per new account)",
          "isRequired": true,
          "isSecret": true,
          "name": "CF-Access-Client-Id"
        },
        {
          "description": "Cloudflare Access service token secret (contact [email protected] for provisioning)",
          "isRequired": true,
          "isSecret": true,
          "name": "CF-Access-Client-Secret"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...