zodex

amxv/zodex
★ 1 stars Rust Code/Dev Tools Updated 14d ago
infinite token glitch (remote mcp server for chatgpt to code on your VPS with codex-style tools)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zodex": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "zodex"
      ]
    }
  }
}

README Excerpt

`zodex` is a Sprite-first remote coding runtime plus operator CLI. It gives a coding agent three remote tools: - `exec_command` - `write_stdin` - `apply_patch` The product model is: - read-only GitHub access is always available through a reader app - the agent can inspect, edit, test, and commit without GitHub write access

Tools (2)

exec_commandwrite_stdin

Topics

coding-agentgithub-appmcpmodel-context-protocolremote-developmentspritesvps