A simple MCP server that implements a note storage system with RAG capabilities, allowing users to store notes and generate summaries of stored content.
A Python-based MCP server adapted from the n8n_agent project that implements a note storage and summarization system. It enables users to create, retrieve, and summarize notes through the Model Context Protocol.
A ChromaDB-based document storage MCP server that enables adding, storing, and summarizing notes with a custom note:// URI scheme and a single tool for note creation.