Skip to main content
Glama

πŸ—’οΈ AI Sticky Notes β€” MCP Server

A lightweight Model Context Protocol (MCP) server that exposes a simple β€œsticky notes” system through tools, resources, and prompts.
This server demonstrates how to build an MCP-compatible backend using FastMCP, enabling any MCP-enabled client (LLMs, agents, RAG systems) to read, write, and summarize notes.


πŸš€ Features

This MCP server provides four main capabilities:

🧰 Tools

Tool

Description

add_note(message: str)

Appends a new note to notes.txt

read_notes()

Returns all notes as a single text block

πŸ“¦ Resources

Resource

URI

Description

get_latest_note()

notes://latest

Returns the most recently added note

πŸ’¬ Prompts

Prompt

Description

note_summary_prompt()

Returns a ready-to-use prompt instructing an AI to summarize all notes


Related MCP server: approveit MCP Server

πŸ“‚ How It Works

The server stores notes in a local text file. All interactions, adding notes, reading them, getting the latest note, and generating an AI summary prompt, are routed through the MCP server.

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    A simple notes system that allows creating, storing, and accessing text notes through MCP resources and tools, with built-in prompt support for generating summaries of stored notes.
  • A
    license
    A
    quality
    D
    maintenance
    Enables creating, reading, updating, and deleting sticky notes with persistent text file storage through the MCP protocol.
    4
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A local MCP server that provides AI agents with persistent sticky-note memory, storing Markdown notes on disk and offering tools for creating, reading, updating, deleting, searching, and listing notes across sessions.
    13
    MIT

View all related MCP servers

Related MCP Connectors

  • Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.

  • Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

  • Shared long-term memory vault for AI agents with 20 MCP tools.

View all MCP Connectors

Latest Blog Posts

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/emmamannan/MCP-Server-StickyNotes'

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