humane-intelligence
Related Servers
Alternatives to humane-intelligence
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server providing permanent, intelligent memory for AI coding assistants with retrieval, Hebbian learning, and governance, plus personal memory modules for accounts, habits, experiences, knowledge, and lifestyle. Enables AI assistants to recall project context across sessions and manage personal data securely.MIT
- AlicenseCqualityBmaintenanceEnables governance of AI-agent memory through deterministic routing, explicit ownership, review before promotion, scope-aware retrieval, conflict handling, and auditable receipts via seven MCP tools.76MIT
- AlicenseNot gradedqualityBmaintenanceA personal AI memory hub that stores and retrieves personal data from any MCP-enabled AI assistant, enabling persistent memory across conversations.5MIT
- AlicenseNot gradedqualityCmaintenanceProvides transparent, self-pruning memory for AI agents via MCP, enabling persistent, auditable recall that automatically forgets unimportant details.MIT
- AlicenseNot gradedqualityDmaintenanceA portable MCP server providing a shared intelligent memory system for any MCP-compatible AI tool, enabling storage, retrieval, extraction, and governance of memories across sessions.4 npmMIT
- AlicenseNot gradedqualityBmaintenanceA trusted memory and predictive analysis MCP server for AI agents, enabling evidence-based memory management, pattern analysis, and decision support with full audit trails.MIT
TDQS
Scored across 12 tools
Most tools have clearly distinct roles: identity creation (birth), memory (remember/recall/verify), governance (govern, list_decrees, add_decree, seed_decrees), and action gating (request_action, check_conformance, validate_token). However, 'govern' could be confused with 'check_conformance' as both involve rule checking, though descriptions clarify the difference (generic may-I vs dry-run artifact evaluation).
All tool names use snake_case and imperative verbs, which is consistent. Some are single verbs (birth, remember, recall, verify, upgrade, govern) while others are verb_noun (request_action, check_conformance, validate_token, list_decrees, add_decree, seed_decrees). The pattern is not strictly uniform, but the style is cohesive and readable.
The 12 tools are well-scoped for the server's purpose of governing actions with memory and identity. Each tool serves a distinct function without redundancy, fitting comfortably within the typical 3-15 range for a focused domain.
The tool set covers the core lifecycle: identity creation, memory operations, governance inspection and creation, and action authorization with token validation. Minor gaps exist, such as no explicit way to revoke an identity or update decrees (though decrees are intentionally immutable), but these are not critical for the stated purpose.