inspeximus
Related Servers
Alternatives to inspeximus
AlicenseAqualityFmaintenanceAn MCP server that integrates with mem0.ai to help users store, retrieve, and search coding preferences for more consistent programming practices.9661Apache 2.0
Related Servers

dakera-mcpofficial
FlicenseAqualityBmaintenanceSelf-hosted MCP-native agent memory server. Gives AI agents persistent, decay-weighted memory via 83 MCP tools — no cloud, full control. RocksDB+HNSW backend. Works with Claude Code, Cursor, and any MCP-compatible agent.148-- AlicenseAqualityDmaintenanceMemory for AI agents that can't hallucinate — answers only from stored facts with a citation, or honestly abstains. Provable forgetting (GDPR), valid-time, Merkle proofs, deterministic. MCP server, CPU-only, zero dependencies.131MIT

Recallofficial
AlicenseNot gradedqualityCmaintenanceOpen-source MCP memory server for AI agents — persistent, searchable, tiered memory across sessions. Works over stdio (Cursor, Claude Desktop) or HTTP+SSE. MIT licensed.7MIT- AlicenseNot gradedqualityAmaintenanceLocal-first MCP server that lets AI agents query their own LLM call history as a branchable DAG and offload conversation context into immutable, AES-256-GCM-encrypted capsules — restorable in full or per segment, crypto-shreddable, with RAID-style replication. 12 tools, no API keys, no cloud.62 npm3MIT
- AlicenseNot gradedqualityNot gradedmaintenanceLocal-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.198MIT
- AlicenseAqualityCmaintenancePersistent, correctable AI memory with zero dependencies. Corrections always surface first and never decay. SQLite-backed, 400 lines of pure Python, MCP server included.73MIT
TDQS
Scored across 73 tools
The tool set has multiple tightly clustered surfaces that are easy to confuse: forget/forget_subject/forget_pii/retention, verify_writes/verify_consistency/verify_witness/verify_audit_bundle/verify_attribution, and compliance_report/compliance_check/governance_report all require reading lengthy descriptions to distinguish. While each description is individually careful, the boundaries between these clusters are subtle enough that an agent would frequently misselect.
The majority of tools follow a readable snake_case imperative style (remember_decision, verify_claim, check_conflict), but the set mixes verb-first names with bare nouns (history, provenance, grants, neighbors, sleep, witness, anchor) and noun-phrase report names (supersession_report, erasure_certificate). The convention is not chaotic, but it is inconsistent enough to be a mixed rather than uniform pattern.
73 tools is an extreme count for a single MCP server, far beyond the typical well-scoped 3-15 range. Even with the broad ambition of memory plus integrity, erasure, access control, and compliance, the surface is overloaded and would be better split into focused servers or namespaced submodules.
The domain is exceptionally well covered: core memory lifecycle (remember/get/recall/forget), supersession and reversion, multi-hop retrieval, erasure and right-to-forget, access control, provenance, tamper evidence, audit bundles, compliance, retention, and PII handling are all present. There are no obvious dead ends or missing lifecycle operations for the stated purpose.