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).
Run
uvx psycgod-sage
MCP client config
{
"mcpServers": {
"sage-wrapper": {
"command": "uvx",
"args": [
"psycgod-sage"
]
}
}
}Run
npx -y psycgod-sage
MCP client config
{
"mcpServers": {
"sage-wrapper": {
"command": "npx",
"args": [
"-y",
"psycgod-sage"
]
}
}
}