Skip to content
VS Code

SAGE Wrapper for VS Code

io.github.psycgod/sage

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

client:VS Code transport:stdio runtime:pypi

Install SAGE Wrapper in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SAGE Wrapper in other clients