temp-notes-mcp-server

temp-notes-mcp-server

3.4

A Model Context Protocol (MCP) server that enables AI agents to store and retrieve temporary information across conversations and contexts.

clear_note

Clears the current note, making it empty.

write_note

Replaces the current note with a new string.

read_note

Returns the current content of the note.

append_note

Appends new text to the current note, starting with a new line. Optionally includes a separator line.