Skip to main content
Glama

Journal MCP Server

by coji

add_entry

Add or update journal entries with content and optional tags using the MCP server for personal journal management. Appends to existing file if entry for today exists.

Instructions

Add a new journal entry. If an entry for today already exists, it will append to the same file.

Input Schema

NameRequiredDescriptionDefault
contentYesThe content of the journal entry
tagsNoOptional tags for the entry (will also extract from content)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The content of the journal entry", "type": "string" }, "tags": { "description": "Optional tags for the entry (will also extract from content)", "items": { "type": "string" }, "type": "array" } }, "required": [ "content" ], "type": "object" }
Install Server

Other Tools from Journal MCP Server

Related Tools

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/coji/journal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server