md_enh
Private memory layer — one library your notes/docs/chat history live in, that any AI tool (Claude, Cursor, ChatGPT) connects to over MCP instead of re-pasting…
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Search: Semantic search over the user's own notes. Returns the most relevant passages with citations — feed these to your model as grounding context.
- Get Document: Fetch one of the user's documents (content + metadata) by id.
- List Topics: List the auto-derived Topics (categories) for a project.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Private memory layer — one library your notes/docs/chat history live in, that any AI tool (Claude, Cursor, ChatGPT) connects to over MCP instead of re-pasting context.
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| search | Semantic search over the user's own notes. Returns the most relevant passages with citations — feed these to your model as grounding context. |
| get_document | Fetch one of the user's documents (content + metadata) by id. |
| list_topics | List the auto-derived Topics (categories) for a project. |
| get_related | Find documents semantically related to a given document. |
| save_to_library | Save the current conversation (or a notable artifact from it) to the user's md_enh library so their AI can recall it later. Pass clean, readable markdown and a short descriptive title. Only call this when the user asks to save, or has a standing instruction to. Requires a write-enabled connection. |