Mmcp.market

SAGE Wrapper MCP server

by PsYcGoD·io.github.PsYcGoD/sage·v2.6.2

Command wrapper MCP server for coding agents, compression, workflows, and local automation.

A85/100grade A
What users say
No reviews yet
Be the first
Safety scan
A85/100

full report

Adoption
Growing

10 stars309 downloads/wk

Reviews

Write one

Nobody has reviewed SAGE Wrapper yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

SAGE Wrapper tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.8 · 2026-09-19 · same rubric, same numbers if you re-run it

1 medium
  • Code scan113 source files scanned; 8 source files scanned20/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 6 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10

Findings (1)

  • mediumsubprocess with shell=Trueexec.shell-true
    psycgod_sage-2.6.2/src/sage/runner.py: …h files and shell built-ins. Avoiding ``shell=True`` prevents a second parsing pass fr…
Overall 85/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the SAGE Wrapper repository's README, as published. We do not edit it. Read it on GitHub

SAGE - Smart Agent Guidance Engine

<!-- mcp-name: io.github.PsYcGoD/sage -->

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.

Use it with Claude Code, Codex, Cursor, Windsurf, OpenCode, Cline, custom agents, CI scripts, and normal terminal workflows.

Start Here: Install SAGE, Use once sage run -- python -m pytest, Then Use Any AI Agent

Package installation is passive for package-registry safety. After installing, run sage install once to activate SAGE for supported local AI agents.

PyPI / pip

pip install psycgod-sage
# or
python -m pip install --upgrade psycgod-sage
sage install
sage run -- python -m pytest

npm / npx

npm install -g psycgod-sage
npx -y psycgod-sage install
npx -y psycgod-sage run -- npm test

After install, restart any open AI-agent sessions. New sessions should read the SAGE instructions automatically and route terminal commands through SAGE.

Example prompt after restarting your AI agent:

Please help me with my general book in this folder.

Natural shortcuts also work:

sage pytest
sage npm test
sage git status

These are treated as:

sage run -- pytest
sage run -- npm test
sage run -- git status

What SAGE Does

SAGE does not auto-enable MCP. MCP is optional and manual for users who want it.

Recorded Local Metrics

Latest pulled stats as of 2026-08-01:

Why It Helps

AI coding agents burn context on repeated logs, failed test output, install noise, stack traces, and build spam. SAGE sits between the command and the agent.

Distribution

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Grade history

  • 2026-09-19restoreCAscore 85: subprocess with shell=True
  • 2026-09-19restoreFCscore 66: Whole environment serialized (possible credential exfil); subprocess with shell=True

Install directly

claude mcp add sage -- uvx psycgod-sage
Add to Cursor

SAGE Wrapper: common questions

Is SAGE Wrapper MCP server safe?
Yes, by our scan: it is graded A (85/100). Read the SAGE Wrapper safety report
How do I install SAGE Wrapper?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does SAGE Wrapper need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is SAGE Wrapper maintained?
The last commit was 7 days ago (2026-09-14). The latest release is v2.6.2.

More from PsYcGoD