mcpbeat Sign in

SAGE Wrapper MCP Server

local only

SAGE Wrapper runs on your own machine — the client starts it, so there is no endpoint to ping. 341 installs a week from pypi. Last commit 14 Sep 2026.

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

Installs per day peak 713 · avg 109 · -37% w/w
a month agotoday
341
Installs / week
npm · psycgod-sage
10
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 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.

Runs an external command js/src/python/bridge.ts:21
  return spawnSync(candidate.command, [...candidate.prefixArgs, ...args], {

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

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sage -- npx -y psycgod-sage
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sage": {
      "args": [
        "-y",
        "psycgod-sage"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sage]
command = "npx"
args = ["-y", "psycgod-sage"]
.cursor/mcp.json
{
  "mcpServers": {
    "sage": {
      "args": [
        "-y",
        "psycgod-sage"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sage": {
      "args": [
        "-y",
        "psycgod-sage"
      ],
      "command": "npx"
    }
  }
}

Alternatives to SAGE Wrapper

same job, measured the same way
Yad Agent MCP
by holistis

MCP wrapper for Yad, a local browser-automation companion, for coding agents.

34 installs/wk local only
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

55 installs/wk local only
I
Prefect MCP Server
by prefecthq

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

2 259 installs/wk local only
MPM-Coding
by halflifezyf2680

Local MCP server for reliable long-running AI coding workflows.

local only
Koda
by aabxtract

Verification and memory layer for coding-agent workflows.

48 installs/wk local only
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only
Logicapps MCP
by laveeshb

MCP server for Azure Logic Apps - debug workflows, manage runs, and authoring

38 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only

SAGE Wrapper — questions

Answers built from our own checks of this server.

Why is there no uptime for SAGE Wrapper?
SAGE Wrapper runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package psycgod-sage was installed 341 times last week.
How do I connect SAGE Wrapper?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls psycgod-sage straight from npm; nothing to host, nothing to sign up for.
How many people use SAGE Wrapper?
The npm package psycgod-sage was installed 341 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SAGE Wrapper open source?
Yes — it is published under the MIT licence, written in Python and 10 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.