Skip to content
Claude Desktop

Fixzi — MCP & API Schema Drift Monitor for Claude Desktop

io.github.rohitcodilya/fixzi-mcp

Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.

client:Claude Desktop transport:streamable-http

Install Fixzi — MCP & API Schema Drift Monitor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "fixzi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://fixzi.ai/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Fixzi — MCP & API Schema Drift Monitor in other clients