KSJ MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| upload_captureA | |
| bulk_uploadA | |
| search_capturesA | |
| find_connectionsA | |
| get_statsB | |
| export_capturesA | |
| suggest_synthesisB | |
| export_study_deckA | |
| journal_healthA | |
| list_by_tagA | |
| get_breakthroughsA | Return all Synthesis (SYN) entries in chronological order — your complete breakthrough timeline. Shows the breakthrough field, patterns identified, $ insight tags, and topic tags for each SYN page. Use this to see how your thinking has evolved and which ideas led to the biggest discoveries. |
| dream_patternsA | Analyze recurring patterns across all Dream Capture (DC) entries. Aggregates symbols, emotions, and themes from every DC page to surface what appears most frequently in your dreams — recurring characters, objects, emotional states, and topic clusters. The more DC pages you upload, the more meaningful the patterns become. |
| knowledge_progressA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Most tools have distinct purposes, but some overlap exists. For example, 'search_captures' and 'list_by_tag' both retrieve captures, though one uses text queries and the other tag-based filtering. Similarly, 'export_captures' and 'export_study_deck' both export data but in different formats and scopes. The descriptions help clarify these distinctions, but an agent might occasionally confuse them.
All tool names follow a consistent snake_case pattern with clear verb_noun structures, such as 'bulk_upload', 'dream_patterns', 'export_captures', and 'upload_capture'. There are no deviations in naming conventions, making the set predictable and easy to understand.
With 13 tools, the server is well-scoped for a journal knowledge base system. Each tool serves a specific function, from uploading and searching captures to analyzing patterns and exporting data. The count is neither too sparse nor bloated, fitting the domain appropriately.
The tool set provides comprehensive coverage for managing a journal knowledge base. It includes CRUD-like operations (upload, search, list), analysis tools (dream patterns, synthesis suggestions), export functionalities, and health tracking. There are no obvious gaps; agents can perform full workflows from capture to synthesis and review.