aamio
OfficialRelated Servers
Alternatives to aamio
No user-submitted related servers found.
Related Servers
- 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
- AlicenseAqualityBmaintenanceDM / IM for AI agents over the A2A 1.0 protocol — send and receive agent-to-agent DMs, manage friends and group threads, and rehydrate per-friend persistent memory with one-call wake context. 12 tools, pip install agoradm-mcp, stdio transport.12Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables MCP-capable agents running in separate consoles to exchange direct and broadcast messages through a blocking receive tool that releases instantly when mail arrives, so delivery feels push-like rather than polled. It also provides a live browser dashboard showing message flow, presence and per-agent profiles, plus CLI and HTTP endpoints for sending, tailing and replaying the log.MIT
- AlicenseNot gradedqualityAmaintenanceA real-time inter-agent switchboard, delivered as one centralized streamable-HTTP MCP server. Any MCP-capable agent can message, coordinate, and stay ambiently aware of others.AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to discover and create agents, durably submit messages with verifiable replies, and search source-linked local memory. Exposes eight authenticated tools with owner-approved OAuth, transcript-backed verification, and explicit control over history import and embedding.MIT
- FlicenseAqualityFmaintenancePersistent encrypted memory for AI agents. E2E encrypted private vaults, shared knowledge commons, topic channels, and agent-to-agent DMs. 23 MCP tools, free, no API key needed.24-
TDQS
Scored across 15 tools
Every tool targets a distinct resource and action: identity, address book, presence, messaging, receipts, channels, board posts, and message tracking. There is no functional overlap; even similar operations like board_find and board_tags serve clearly different purposes (search vs. taxonomy view).
All tools share the 'aamio_' prefix and use descriptive, consistent naming patterns. Most combine a verb and noun (presence_lookup, open_channel, board_post) while a few are noun-only (whoami, partners, channels), but the style is uniform and predictable, with no mixing of conventions.
With 15 tools, the set is well-scoped for a P2P messaging and public board system. Each tool covers a necessary operation without redundancy, and the count is within the optimal range for an agent to understand without being overwhelming.
The tool surface covers the full lifecycle of the domain: identity management, address book, presence discovery, secure messaging, receipts, channel lifecycle (open/list/close), and board operations (post/find/answer/withdraw), plus pending message status. No essential operation appears missing for the stated purpose.