PluginBench
MCP Server

Horizon Fidelity Monitor MCP Server

io.github.leocelis/horizon-fidelity-monitor

What is the Horizon Fidelity Monitor MCP server?

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

How to install Horizon Fidelity Monitor

Copy-paste configuration for popular MCP clients.

transport: sse
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    API key for the Horizon hosted server. Request one at https://github.com/leocelis/horizon/discussions

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "horizon-fidelity-monitor": {
      "url": "https://horizon.leocelis.com/sse"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "horizon-fidelity-monitor": {
      "serverUrl": "https://horizon.leocelis.com/sse"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "horizon-fidelity-monitor": {
      "type": "http",
      "url": "https://horizon.leocelis.com/sse"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "horizon-fidelity-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://horizon.leocelis.com/sse"
      ]
    }
  }
}
Claude Code
claude mcp add --transport sse horizon-fidelity-monitor https://horizon.leocelis.com/sse

Related MCP servers

28 tools that make AI write, implement, and verify structured intent — so hallucinations get caught.

View repository →