PLUR
OfficialRelated Servers
Alternatives to PLUR
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceLocal-first, source-traceable memory for AI agents — no LLM at ingest, $0 per message, zero data egress. Gives Claude Code, Cursor, and any MCP client one shared persistent memory with semantic recall, belief revision, selective forgetting, and a provenance guard that blocks acting on stale or unconfirmed memories.2314MIT
- AlicenseAqualityAmaintenancePersistent long-term memory for AI agents — semantic recall across Claude, Cursor, ChatGPT & MCP.10118 npm21MIT
- AlicenseCqualityAmaintenancePersistent, local memory for AI coding agents that learns how you work, not just what you said. Supports Claude Code, Codex CLI, Cursor, and any MCP client.76150 PyPI68MIT
- AlicenseNot gradedqualityAmaintenanceLocal-first memory for AI agents: one store shared by Claude Code, Codex CLI, Cursor, Pi, Hermes, OpenClaw, and any MCP client. Plain markdown with YAML frontmatter on your disk, hybrid BM25 + vector recall with per-result provenance (Recall X-ray), a correction contract, and the MemCorrect benchmark.204MIT
- FlicenseNot gradedqualityCmaintenanceLocal-first cross-agent memory for AI coding agents. Persistent, shared memory over MCP — what you tell one agent can be recalled by another — with all data stored in a single local SQLite file, no cloud and no API keys.-
- AlicenseNot gradedqualityDmaintenanceLocal-first memory for Claude & AI agents with hybrid search, Graph-RAG, and time-travel, runs entirely on your machine.42 npm1Apache 2.0
TDQS
Scored across 39 tools
Multiple overlapping clusters create real selection ambiguity: six retrieval tools (plur_recall, plur_recall_hybrid, plur_similarity_search, plur_inject, plur_inject_hybrid, plur_timeline) and five creation paths (plur_learn, plur_learn_batch, plur_ingest, plur_capture, plur_episode_to_engram) have fuzzy boundaries. An agent will struggle to choose between plur_recall_hybrid vs plur_similarity_search, or plur_pin vs plur_promote, since both pairs control injection visibility.
The plur_ prefix is applied uniformly and resource families like packs_* and stores_* follow tidy noun-verb patterns, but the set mixes verb-led names (plur_learn, plur_recall, plur_forget) with bare nouns (plur_timeline, plur_status, plur_history, plur_profile, plur_tensions) and odd entries like plur_doctor and plur_similarity_search. Readable, but not a single predictable convention.
At 39 tools, this is well into the overgrown range. While the domain is genuinely broad, several tools are near-duplicates (recall/recall_hybrid, inject/inject_hybrid, learn/learn_batch), and subdomains like tensions and meta-engrams add complexity that could be consolidated. The cognitive load on an agent selecting from 39 options is high.
The surface covers the full engram lifecycle — create (learn, learn_batch, ingest, capture), query (recall, timeline, history), update (feedback, pin, promote), and retire (forget) — plus packs, scopes, sync, meta-engrams, and diagnostics. Minor gaps: there is no direct get-engram-by-ID tool, and content edits happen implicitly through the learn dedup pipeline rather than an explicit update tool.