/
by ai.smithery
A MCP server built for developers enabling Git based project management with project and personal…
Server configuration and capabilities from the MCP manifest
Size: 2,393 bytes (599 tokens)
Tools Found: 7
Analysis ID: akbivcoz
This MCP server provides tools for creating, searching, and managing journal entries with context awareness.
Stars
Registry ID: 04da7ca4-7f41-4cdb-98e5-12c4f7a5bd12
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/21/2025
Last Release: 9/20/2025
Open Issues: 0
Historical performance and growth metrics over time
{ "name": "memory-journal-mcp", "tags": [], "tools": [ { "name": "create_entry", "description": "Create a new journal entry with context and tags", "input_schema": { "type": "object", "required": [ "content" ], "properties": { "tags": { "type": "array", "items": { "type": "string" } }, "content": { "type": "string", "description": "The journal entry content" }, "entry_type": { "type": "string", "default": "personal_reflection" }, "is_personal": { "type": "boolean", "default": true }, "auto_context": { "type": "boolean", "default": true }, "significance_type": { "type": "string" } } }, "output_schema": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } }, { "name": "search_entries", "description": "Search journal entries", "input_schema": { "type": "object", "properties": { "limit": { "type": "integer", "default": 10 }, "query": { "type": "string" }, "is_personal": { "type": "boolean" } } }, "output_schema": { "type": "string" } }, { "name": "get_recent_entries", "description": "Get recent journal entries", "input_schema": { "type": "object", "properties": { "limit": { "type": "integer", "default": 5 }, "is_personal": { "type": "boolean" } } }, "output_schema": { "type": "string" } }, { "name": "list_tags", "description": "List all available tags", "input_schema": { "type": "object", "properties": {} }, "output_schema": { "type": "string" } }, { "name": "test_simple", "description": "Simple test tool that just returns a message", "input_schema": { "type": "object", "properties": { "message": { "type": "string", "default": "Hello" } } }, "output_schema": { "type": "string" } }, { "name": "create_entry_minimal", "description": "Minimal entry creation without context or tags", "input_schema": { "type": "object", "required": [ "content" ], "properties": { "content": { "type": "string", "description": "The journal entry content" } } }, "output_schema": { "type": "string" } }, { "name": "semantic_search", "description": "Perform semantic/vector search on journal entries", "input_schema": { "type": "object", "required": [ "query" ], "properties": { "limit": { "type": "integer", "default": 10, "description": "Maximum number of results" }, "query": { "type": "string", "description": "Search query for semantic similarity" }, "is_personal": { "type": "boolean", "description": "Filter by personal entries" }, "similarity_threshold": { "type": "number", "default": 0.3, "description": "Minimum similarity score (0.0-1.0)" } } }, "output_schema": { "type": "string" } } ], "version": "1.0.0", "categories": [], "description": "A Model Context Protocol server for personal journaling with context awareness" }
Forks
Watchers
Contributors
Last Push: 9/21/2025
Last Release: 9/20/2025
Open Issues: 0