chron
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP mode | 3001 |
| CHRON_API_KEY | No | Bearer token for HTTP mode | |
| CHRON_DB_PATH | No | Path to SQLite database file | ~/.chron/chron.db |
| CHRON_TRANSPORT | No | Set to 'http' to enable HTTP+SSE mode | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_sessionA | Create a new audit session or resume an existing one by title. Call this at the start of every conversation. |
| log_messageA | Record a single message (user or assistant) with the current local datetime and timezone offset. Call before responding for user messages, and before sending for assistant messages. |
| log_exchangeA | Record a user+assistant exchange from historical or batch imports only. Do NOT use for live conversations — both timestamps are captured at the same instant with no real gap. For live sessions always call log_message twice: once for the user message, once for the assistant response. |
| list_sessionsA | List all audit sessions ordered by most recently active. Returns id, title, ai_tool, message_count, created_at, updated_at. |
| get_session_historyA | Retrieve the full timestamped audit log for a session, oldest first. |
| verify_sessionA | Verify the tamper-evident hash chain for a session. Returns valid=true if no rows were edited after logging, or the first broken link if tampering is detected. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SirinivasK/chron'
If you have feedback or need assistance with the MCP directory API, please join our Discord server