SAGE Wrapper MCP Server

SAGE is a local-first command wrapper for AI coding agents. It keeps full terminal output on your machine, sends agents a clean compressed summary, and tracks proof metrics without uploading your raw logs.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-04 · ★ 10 · #48 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install SAGE Wrapper

Claude Code

claude mcp add psycgod-sage -- npx -y psycgod-sage

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "psycgod-sage": {
      "command": "npx",
      "args": [
        "-y",
        "psycgod-sage"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-02 - young repo, little track record yet

license MIT - declared in the repository

npm package psycgod-sage - unscoped; check the name against the project README before installing

registry namespace io.github.PsYcGoD is GitHub-verified and matches the repo owner

03 · What SAGE Wrapper can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.6.1 · 2026-08-01

Keep public repository wrapper-only · Release wrapper-only distributions 2.6.1

v2.6.0 · 2026-08-01

Release SAGE wrapper 2.6.0

v2.5.8 · 2026-07-23

The published package now contains only the command wrapper. GUI and dashboard code are no longer shipped in the wheel or sdist, and the repository no longer tracks the desktop GUI. Upgrade: pip install --upgrade…

04 · Who maintains SAGE Wrapper

SAGE Wrapper is maintained by psycgod. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
automation - ranked #48 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-01)
registry
io.github.PsYcGoD/sage (active, first published 2026-07-12 · 4 versions)
packages
pypi:psycgod-sage · npm:psycgod-sage

06 · SAGE Wrapper FAQ

What is SAGE Wrapper?

SAGE is a local-first command wrapper for AI coding agents. It keeps full terminal output on your machine, sends agents a clean compressed summary, and tracks proof metrics without uploading your raw logs.

Is SAGE Wrapper still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-04 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install SAGE Wrapper?

Run `npx -y psycgod-sage`. You can also paste the ready-made client config above.

Does SAGE Wrapper run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to SAGE Wrapper