AI Sticky Notes
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI Sticky Notesadd a note: call dentist tomorrow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š AI Sticky Notes
AI Sticky Notes is a lightweight tool built using the FastMCP framework that allows users to add, read, and summarize notes. It stores all notes in a local notes.txt file and provides an interactive interface via MCP tools and resources.
š Features
Add sticky notes with a simple message
Read all saved notes at once
Get the most recently added note
Generate a summary prompt based on all current notes
Related MCP server: Anki MCP Server
š Project Structure
project_mcp/
ā
āāā main.py # Entry point for the FastMCP server
āāā notes.txt # File used to persist sticky notes
āāā README.md # Project documentationš ļø Installation
Make sure you have Python 3.10+ installed.
Clone the repository
git clone https://github.com/your-username/project_mcp.git cd project_mcpCreate and activate a virtual environment
python -m venv .venv .venv\Scripts\activate # WindowsInstall dependencies using uv
uv pip install fastmcp
š Usage
Run the server using uv:
uv run python main.pyThis will start the FastMCP server with the name "AI Sticky Notes".
š§° Available Tools & Resources
Tools
add_note(message: str)
Adds a new note to the file.read_notes()
Reads and returns all stored notes.
Resources
notes://latest
Returns the most recently added note.
Prompts
note_summary_prompt()
Returns a prompt string asking an AI to summarize the current notes.
š Example
add_note("Buy groceries")
read_notes() # ā "Buy groceries"
get_latest_note() # ā "Buy groceries"
note_summary_prompt() # ā "Summarize the current notes: Buy groceries"š” Future Ideas
Add timestamps to notes
Tag notes by category
Implement deletion or editing
Build a simple web frontend using Streamlit or FastAPI
Made with š¬ and Python using FastMCP
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceA simple MCP server for creating and managing notes with support for summarization functionality.1
- FlicenseBqualityDmaintenanceA simple note-taking MCP server that stores notes and can generate summaries of stored content.4
- Flicense-quality-maintenanceA simple MCP server that implements a note storage system allowing users to add and summarize notes with customizable detail levels.3
- FlicenseCqualityDmaintenanceA simple note-taking MCP server that allows adding notes and summarizing them via a prompt.2
Related MCP Connectors
MCP server for URL shortening and management
A basic MCP server to operate on the Postman API.
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Thaiebu/mcp_not_taking_app_with_claude'
If you have feedback or need assistance with the MCP directory API, please join our Discord server