# Tokless

> A unified CLI to install and update token-saving plugins — RTK, Caveman, CodeGraph, and Context-Mode — for Claude Code, OpenCode, Codex, and Antigravity. Minimal setup. Any OS.

- **Type:** MCP server
- **Install:** `agentstack add mcp-hoangp8-tokless`
- **Verified:** Pending review
- **Seller:** [HoangP8](https://agentstack.voostack.com/s/hoangp8)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [HoangP8](https://github.com/HoangP8)
- **Source:** https://github.com/HoangP8/tokless

## Install

```sh
agentstack add mcp-hoangp8-tokless
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

**Save tokens on AI coding agents — no performance loss.**

  One tool, no config — works the moment it lands.

  [](https://github.com/HoangP8/tokless/releases)
  [](https://github.com/HoangP8/tokless)
  [](https://github.com/HoangP8/tokless/blob/main/LICENSE)

  
  

  | 📅 Next week plan (22/6 - 28/6) |
  | :--- |
  | Fix Codex & AGY hooks for better MCP (codegraph + context-mode) compliance rateAdd Pi supportAdd Cursor support |

## Introduction

> *Saving tokens shouldn't be complicated. Many great plugins exist to help coding agents save context and perform better — but setting them up and keeping them updated is hard, especially for non-technical users.*

**tokless** is the lazy solution. One command, pick your agent, restart — IDE and CLI both wired. Cross-platform: macOS, Linux, Windows. No config, no manual edits, re-runnable.

## Supported Agents

  
    
      
        
        Claude Code
        Anthropic
      
      
        
        OpenCode
        anomalyco
      
      
        
        Codex
        OpenAI
      
      
        
        Antigravity
        Google
      
    
  

Each agent wired per its own config spec. Pick one, some, or all:

```bash
tokless                              # interactive: pick agents
tokless --agents claude,opencode     # wire just these
tokless --agents claude,opencode,codex,antigravity  # all
```

## Tools

| Tool | What it does | Example |
| ---- | ------------ | ------- |
| [RTK](https://github.com/rtk-ai/rtk) | Trims noisy bash/tool output | `ls -la` 45 lines (~800 tok) → `rtk ls` 12 lines (~150 tok) |
| [Caveman](https://github.com/JuliusBrussee/caveman) | Makes the agent answer in terse prose | 69-tok explanation → 19-tok answer (`useMemo`) |
| [CodeGraph](https://github.com/colbymchenry/codegraph) | Query a code graph, skip whole-file reads | 1 `codegraph explore` call = 0 file reads on 25,874-file repo |
| [Context-Mode](https://github.com/mksglu/context-mode) | Run heavy work in a sandbox, return only what matters | 700KB log → 3KB summary, raw bytes never enter context |

Each tool from official source. Each targets a different waste source — no overlap, no conflict.

## Install

macOS / Linux:
```bash
curl -fsSL https://raw.githubusercontent.com/HoangP8/tokless/main/scripts/install.sh | bash
```

Windows (PowerShell):
```powershell
irm https://raw.githubusercontent.com/HoangP8/tokless/main/scripts/install.ps1 | iex
```

## Commands

```
tokless              Install + wire everything (default; safe to re-run)
tokless update       Show version diff, upgrade the four tools
tokless doctor       Show what's wired; warn about broken bits
tokless uninstall    Remove everything tokless touched
tokless self-update  Update the tokless CLI itself
```

Flags:
```
--agents    Subset: claude,opencode,codex,antigravity
--dry-run         Preview, no writes
--verbose         Every step
```

Restart agents after install so they pick up new config.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [HoangP8](https://github.com/HoangP8)
- **Source:** [HoangP8/tokless](https://github.com/HoangP8/tokless)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: flagged — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-hoangp8-tokless
- Seller: https://agentstack.voostack.com/s/hoangp8
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
