mcpbeat Sign in

Sage MCP Server

local only

Sage runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Persistent, consensus-validated institutional memory for AI agents. Runs locally.

Installs / week
not published
247
Stars
0 open issues
18 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Go

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        archivePath = filepath.Join(backupDir, fmt.Sprintf("sage-full-%s.tar.gz", stamp))
Runs an external command cmd/sage-tray/main.swift:73
        let process = Process()
        if _, err := tx.writeExecContext(ctx, `UPDATE pipeline_transport_outbox
            SET state='failed',
                attempts=attempts + CASE WHEN state='pending' THEN 1 ELSE 0 END,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Sage

same job, measured the same way
Gitmem
by gitmem-dev

Persistent institutional memory for AI coding agents. Memory that compounds.

113 installs/wk local only
Crbro Memory
by octonove

Persistent file-based memory for AI agents: inspectable, versionable, fully local.

460 installs/wk local only
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

293 installs/wk local only
Waggle MCP
by abhigyan-shekhar

Persistent graph-backed conversational memory for AI agents.

54 installs/wk local only
Omega Memory
by omega-memory

Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.

local only
Rememb
by luizedupp

Persistent memory for AI agents — local JSON, zero config, no server required.

351 installs/wk local only
Being MCP Server
by ruddia

Personality Runtime for AI agents — persistent memory, personality, and relationships via MCP

39 installs/wk local only
Memdata
by thelabvenice

Persistent memory for AI agents. Store context, retrieve it semantically.

37 installs/wk local only

Sage — questions

Answers built from our own checks of this server.

Why is there no uptime for Sage?
Sage runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Sage open source?
Yes — it is published under the Apache-2.0 licence, written in Go and 247 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.