20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"name": "claude-journal",
|
|
"description": "Lightweight journal/memory system with zero ML dependencies. SQLite-based with natural language time queries, auto-capture, and smart context recovery.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Chris Bryant"
|
|
},
|
|
"hooks": [
|
|
"./hooks/hooks.json"
|
|
],
|
|
"mcp": {
|
|
"journal": {
|
|
"command": "python",
|
|
"args": [
|
|
"-m",
|
|
"claude_journal.server"
|
|
]
|
|
}
|
|
}
|
|
} |