EveryDev.ai
Subscribe
Home
Tools

2,911+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. SAGE
    SAGE icon

    SAGE

    Agent Memory

    Open-source memory infrastructure for AI agents. SAGE gives agents persistent institutional memory that survives across conversations, validates each write through BFT consensus, scores it for confidence, and decays it over time. Works over MCP and REST.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open source under the Apache 2.0 license

    Engagement

    Available On

    macOS
    Windows
    Linux
    CLI
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent MemoryMCP ServersMulti-agent Systems

    Alternatives

    Stash MemoryMemPalacektx
    Developer
    Dhillon Andrew KannabhiranCreator of SAGE, persistent consensus-validated memory infra…

    Listed Jun 2026

    About SAGE

    SAGE (Sovereign Agent Governed Experience) is persistent memory infrastructure for AI agents. It gives agents institutional memory that survives across conversations, validates each memory through Byzantine fault-tolerant consensus, attaches a confidence score, and lets stale memories decay naturally over time. Rather than a flat file or a vector database bolted onto a chat app, it is built on the same consensus primitives that power distributed ledgers.

    What It Is

    SAGE runs as a self-hosted node that any AI client can write to and read from over the Model Context Protocol or a REST API. Each memory write passes through pre-validation, a signed vote transaction, and a BFT quorum before it commits, so the agent's recorded knowledge reflects validated consensus rather than unchecked input. It runs in a single-validator personal mode on one machine or scales to a multi-agent network where each node votes with its own consensus key.

    Consensus-Validated Memory

    The system is built on CometBFT consensus with an application layer that handles validation, confidence scoring, decay, and Ed25519 signatures. A per-node memory auto-voter deduplicates and quality-checks each candidate memory, casting one signed vote per node before the quorum commits it. Confidence reflects both corroboration from independent agents and age-based decay, and an on-chain governance engine handles validator proposals and voting.

    CEREBRUM Dashboard

    CEREBRUM is the built-in single-page dashboard for inspecting and managing memory. It renders memories as a force-directed neural graph with domain filtering, semantic search, and real-time updates, and includes an optional 3D MRI view that lays memories out anatomically inside a brain mesh. The same interface manages the agent network, configuring domain-level read and write permissions, clearance levels, key rotation, and downloadable bundles.

    Security and Access Control

    Memory can be stored with optional AES-256-GCM encryption and Argon2id key derivation in what the project calls the Synaptic Ledger. Per-domain role-based access control gates every read path, so an agent without a grant on a domain cannot enumerate its contents, and clearance levels and multi-org federation extend the model across teams.

    Working With AI Clients

    SAGE is designed to work with any AI, including Claude, ChatGPT, Gemini, and DeepSeek, through MCP tools for remembering, recalling, linking, and corroborating memories. For Claude Code it ships lifecycle hooks that enforce a boot, turn, and reflect memory cycle, and it offers a Python SDK and Docker images for programmatic and containerized deployments.

    SAGE - 1

    Community Discussions

    Be the first to start a conversation about SAGE

    Share your experience with SAGE, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open source under the Apache 2.0 license

    • Apache 2.0 licensed
    • Self-hosted single-validator or multi-agent network
    • Full CEREBRUM dashboard and MCP server

    Capabilities

    Key Features

    • Byzantine fault-tolerant consensus validation of every memory write (CometBFT)
    • Confidence scoring with corroboration and natural time-based decay
    • CEREBRUM dashboard with a force-directed neural memory graph and optional 3D MRI view
    • MCP server tools for remember, recall, link, and corroborate
    • REST API for programmatic access
    • Per-domain role-based access control, clearance levels, and multi-org federation
    • Optional AES-256-GCM encryption with Argon2id key derivation (Synaptic Ledger)
    • Ed25519-signed memory and governance transactions
    • On-chain governance for validator proposals and voting
    • Multi-agent network management: add/remove agents, key rotation, LAN pairing
    • Hybrid recall combining BM25 keyword and vector search via Reciprocal Rank Fusion
    • Single-validator personal mode or multi-validator deployment
    • Claude Code lifecycle hooks enforcing a boot, turn, and reflect memory cycle
    • Python SDK and Docker images
    • One-click updates from the dashboard

    Integrations

    Claude
    Claude Code
    ChatGPT
    OpenAI Codex
    Gemini
    DeepSeek
    Model Context Protocol (MCP)
    Docker
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate SAGE and help others make informed decisions.

    Developer

    Dhillon Andrew Kannabhiran

    Creator of SAGE, persistent consensus-validated memory infrastructure for AI agents.

    Read more about Dhillon Andrew Kannabhiran
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Stash Memory icon

    Stash Memory

    Persistent memory layer for AI agents that stores episodes, facts, and working context in Postgres with an MCP server included. Self-hosted, open source, works with any MCP-compatible agent.

    MemPalace icon

    MemPalace

    A local, open-source AI memory system that stores all your conversations verbatim in ChromaDB and makes them findable via semantic search, achieving 96.6% LongMemEval R@5 with zero API calls.

    ktx icon

    ktx

    An open-source context layer for data agents that auto-builds business definitions, metric semantics, and join graphs from your data stack so agents query warehouses accurately.

    Browse all tools

    Related Topics

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    85 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    116 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    221 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions