model-context-protocol
If you are the rightful owner of model-context-protocol and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A custom server project built using the Model Context Protocol (MCP) in Python, implementing an AI Sticky Notes application.
The Model Context Protocol (MCP) server is a Python-based project designed to demonstrate the core functionalities of MCP through a simple AI Sticky Notes application. This server allows users to add, read, and summarize notes using AI. It features a FastMCP server implementation, function endpoints for specific actions, and data endpoints for retrieving information. The server is extendable, allowing developers to integrate it with AI models and build user interfaces. Users can manage notes, get AI-generated summaries, and access the latest information through the API.
Features
- Adding Notes: Users can add new notes to a persistent storage file.
- Reading Notes: Users can retrieve all stored notes.
- Accessing Latest Note: A resource endpoint to get only the most recent note.
- Note Summarization: A prompt generator that asks an AI to summarize all current notes.
Tools
add_note
Add new notes to storage
read_notes
Search all stored notes