Odel
SAGE Wrapper

SAGE Wrapper

Local
@psycgod10PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpsycgod-sagev2.6.1

Run

uvx psycgod-sage

MCP client config

{
  "mcpServers": {
    "sage-wrapper": {
      "command": "uvx",
      "args": [
        "psycgod-sage"
      ]
    }
  }
}
npmpsycgod-sagev2.6.1

Run

npx -y psycgod-sage

MCP client config

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