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


๐Ÿ“‚ 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
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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