Content
# AI Sticky Notes
A simple application to keep and manage your notes using AI.
## Setup
1. Clone the repository
2. Create a virtual environment using uv:
```
uv venv
```
3. Activate the virtual environment:
- On macOS/Linux:
```
source .venv/bin/activate
```
- On Windows:
```
.venv\Scripts\activate
```
4. Install required packages:
```
uv pip install mcp-python
```
## Usage
Run the application with:
```
python main.py
```
### Available Features
- Add notes
- View the latest note
- Summarize all notes using AI
Notes are stored in a local file (`notes.txt`) in the root directory.
## Project Structure
- `main.py` - Main application code
- `notes.txt` - Text file containing all saved notes
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
Python tool for converting files and office documents to Markdown.
awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for...
antigravity-awesome-skills
The Ultimate Collection of 130+ Agentic Skills for Claude...
openfang
Open-source Agent Operating System
claude-context-mode
claude-context-mode plugin reduces MCP context bloat, saving up to 99% of tokens.