MCP-native
Ships a stdio JSON-RPC server (occam-mcp) compatible with Claude Desktop, Cursor, Windsurf, VS Code / Copilot Chat, Zed, Continue. Agents get structured tools instead of parsing curl output.
Agent-friendly health signals, severity-graded checks, and pluggable analyzers for any local repository.
Occam Observer runs the bash engine against any local Git repository and emits a single JSON payload per analysis covering:
git blame provenancenone / low / medium / high / critical with machine-parseable reasonsThe Go HTTP gateway (api/main.go) fronts the engine with /, /analyze, /trend, /healthz, /readyz, /metrics. Every request is traced with X-Trace-Id, so engine logs and gateway logs correlate without extra work.
analyzers/.