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…
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- 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.
What data it sees
Do you need an account
No: the server works without sign-in
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.
Server tool list (5)
Raw names from tools/list. Only developers need these.
| 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. |