agent-memory-mcp
Related Servers
Alternatives to agent-memory-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityAmaintenanceGuardrails service for AI agents that evaluates every tool call for safety and alignment before execution, providing default-deny policy, LLM safety evaluation, and audit trail.195 PyPI22-
- AlicenseAqualityCmaintenanceEnables AI coding agents to avoid irreversible mistakes by intercepting risky deletions, overwrites, and commands before execution, applying path, pattern, and blast-radius safeguards with quarantine backups.34 npmMIT
- AlicenseAqualityDmaintenanceCompliance and guardrails infrastructure for AI agents, enabling safe operations within regulatory boundaries like GDPR and EU AI Act.6MIT

agentguardofficial
AlicenseNot gradedqualityCmaintenanceEnforces policy controls for AI agents, including spend limits, action approvals, kill switch, scoped credentials, dry-run diffs, loop prevention, and auditable hash-chained logs.MIT
infraveil-guardofficial
AlicenseAqualityCmaintenanceA cooperative guardrail for AI agents that blocks destructive shell commands, SQL statements, or cloud operations until a human approves them out-of-band, with a tamper-evident local ledger.4AGPL 3.0- AlicenseNot gradedqualityDmaintenanceA local-first security system for autonomous AI agents that provides tools for security verification, goal anchoring, and action logging. It protects against prompt injection and goal drift by enforcing user-defined rules and offering performance insights through session grading.4 npmMIT
TDQS
Scored across 24 tools
Every tool has a clearly distinct purpose. Even similar tools like search_memories vs relevant_memories are differentiated by output detail. Audit and doctor target different aspects (rule health vs storage integrity). No ambiguity.
Most tools follow verb_noun snake_case (save_rule, list_memories). A few are single-word verbs (audit, doctor, stats, init). This is a minor deviation but still predictable and readable.
24 tools is well-scoped for a memory server covering CRUD, rule enforcement, sync, health checks, and federation. Each tool earns its place; no unnecessary redundancy.
Core CRUD for memories and rules is covered, plus sync, health, and federation. A notable gap is the lack of a delete_rule tool; save_rule can update but not delete. Otherwise comprehensive.