Documentation
¶
Overview ¶
Package main is the chronos command-line entrypoint. Subcommand bodies live in sibling files (compute.go, serve.go, version.go); this file dispatches and renders structured errors.
Package main — chronos mcp subcommand.
Exposes Chronos's perception primitives over the Model Context Protocol (stdio transport) so MCP-aware hosts (Claude Code, Letta, Anthropic Desktop) discover signal queries, observation ingest, and detector descriptions natively — no per-host adapter required.
Three tools today:
list_signals — query detected patterns by scope / pattern
/ since / min_confidence
ingest — submit one observation (EntityState)
describe_detector — return a detector's thresholds + enablement
status under the current config
The tool set is intentionally small. MCP hosts compose these with their own narration; Chronos stays signals-only.
Click to show internal directories.
Click to hide internal directories.