SAGE Wrapper
Rank #51,222io.github.PsYcGoD/sage
Command wrapper MCP server for coding agents, compression, workflows, and local automation.
SAGE Wrapper is a Model Context Protocol (MCP) server published by PsYcGoD. It ranks #51,222 of 115,460 servers tracked on MCP Toplist. SAGE Wrapper is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 12, 2026 and most recently updated on Aug 1, 2026.
Ranks ahead of 64,238 of 115,460 servers on MCP Toplist.
Use SAGE Wrapper
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sage -- uvx psycgod-sageclaude mcp add sage -- npx -y psycgod-sage[mcp_servers.sage]
command = "uvx"
args = ["psycgod-sage"]Add to ~/.codex/config.toml.
[mcp_servers.sage]
command = "npx"
args = ["-y", "psycgod-sage"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"sage": {
"command": "uvx",
"args": [
"psycgod-sage"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sage": {
"command": "npx",
"args": [
"-y",
"psycgod-sage"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sage": {
"command": "uvx",
"args": [
"psycgod-sage"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"sage": {
"command": "npx",
"args": [
"-y",
"psycgod-sage"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sage": {
"type": "stdio",
"command": "uvx",
"args": [
"psycgod-sage"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"sage": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"psycgod-sage"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sage": {
"command": "uvx",
"args": [
"psycgod-sage"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sage": {
"command": "npx",
"args": [
"-y",
"psycgod-sage"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sage": {
"command": "uvx",
"args": [
"psycgod-sage"
]
}
}
}{
"mcpServers": {
"sage": {
"command": "npx",
"args": [
"-y",
"psycgod-sage"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.PsYcGoD%2Fsage)<a href="https://mcptoplist.com/server/io.github.PsYcGoD%2Fsage"><img src="https://mcptoplist.com/badge/io.github.PsYcGoD%2Fsage.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
PsYcGoD
Other servers by PsYcGoD
View all PsYcGoD servers →Available versions (2)
| Version | Published |
|---|---|
| 2.6.1 | Aug 1, 2026 |
| 1.0.11 | Jul 12, 2026 |
Frequently asked questions
- Who maintains SAGE Wrapper?
- SAGE Wrapper is maintained by PsYcGoD, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is SAGE Wrapper listed on the Official MCP Registry?
- Yes — SAGE Wrapper is listed on the Official MCP Registry.
- How many versions does SAGE Wrapper have?
- MCP Toplist tracks 2 versions of SAGE Wrapper, most recently published on Aug 1, 2026.
- Where can I find the source code for SAGE Wrapper?
- The source code for SAGE Wrapper is hosted at github.com/PsYcGoD/sage-js.