← Back to Plugins
MCP Server MCP

Horizon Fidelity Monitor

github By github 👁 1 views ▲ 0 votes

Tracks conversation health in real time — drift, desync, and causal collapse — for any AI agent.

Configuration Example

{
  "remotes": [
    {
      "type": "sse",
      "url": "https://horizon.leocelis.com/sse",
      "headers": [
        {
          "description": "API key for the Horizon hosted server. Request one at https://github.com/leocelis/horizon/discussions",
          "isRequired": true,
          "format": "string",
          "value": "Bearer {api_key}",
          "isSecret": true,
          "name": "Authorization"
        }
      ],
      "variables": {
        "api_key": {
          "description": "Your Horizon API key. Request one at https://github.com/leocelis/horizon/discussions",
          "isRequired": true,
          "format": "string",
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol sse

Comments

Sign in to leave a comment

Loading comments...