Skip to content
Cursor

SAGE Wrapper for Cursor

io.github.psycgod/sage

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

client:Cursor transport:stdio runtime:pypi

Install SAGE Wrapper in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SAGE Wrapper in other clients