HomeDevelopment › SAGE Wrapper

SAGE Wrapper

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

TypeScript Local macOSWindowsLinux
★ 10 stars Last pushed 2026-09-14 License: MIT

Topics: Command Line

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 2.6.2)

uvx psycgod-sage

Or add to your MCP client config:

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

Package (npm 2.6.2)

npx -y [email protected]

Or add to your MCP client config:

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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry