Memex
Related Servers
Alternatives to Memex
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceA universal, local-first MCP hub that indexes personal files (documents, code, etc.) and provides private semantic search via hybrid dense+BM25 retrieval, enabling agents like Claude Desktop to query your data without sending it to the cloud.176MIT
- AlicenseNot gradedqualityBmaintenanceA local-first MCP server that lets AI assistants search and retrieve context from indexed projects, Git state, decisions, and tasks without sending data to the cloud.MIT
- AlicenseNot gradedqualityBmaintenanceLocal-first memory MCP server that captures macOS screen and app context into persistent Markdown, enabling any tool-capable LLM agent to query its working history.MIT
- AlicenseAqualityDmaintenanceA local-first MCP server that exposes personal notes and files as unified semantic context for AI agents via vector search and file monitoring.6MIT
- AlicenseAqualityAmaintenanceA local-first MCP server for shared memory across AI tools, enabling context capture and resume across sessions.2627 npm4Apache 2.0
- AlicenseNot gradedqualityDmaintenanceLocal-first MCP server that extracts structured knowledge from markdown notes into SQLite with full-text search, enabling AI coding tools to retrieve relevant context offline at zero cost.3MIT
TDQS
Scored across 4 tools
The two vault retrieval tools (get_recent_assets and search_vault) have overlapping purposes—both return vault content—but their descriptions clearly distinguish one as fetching the most recent items and the other as performing searches. The sync tools are distinct. Some ambiguity remains for queries that could be interpreted as either 'recent' or 'search'.
Names follow a consistent verb_noun pattern with underscores (get_recent_assets, search_vault, sync_notes_now, sync_recent_files). The inclusion of 'now' in sync_notes_now is a minor deviation from the 'adjective_noun' structure of the other names, but overall the pattern is clear.
Four tools is a reasonable number for a personal memory/vault server. The scope covers retrieval and syncing without being overbearing. While a few more tools could be added for management, the current count feels well-scoped.
The tool surface covers retrieval (get recent, search) and syncing of notes and files. However, there are notable gaps: no tools for directly adding, updating, or deleting vault items. Users cannot manually manage their vault content, which may limit workflows.