AgentStack
MCP unreviewed MIT Self-run

Tokless

mcp-hoangp8-tokless · by HoangP8

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.

No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add mcp-hoangp8-tokless

Open-source listing — not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 finding(s); flagged for manual review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures
  • high Pipes remote content directly into a shell (remote code execution).

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Reliability & compatibility

Not yet reviewed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Tokless? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

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 | Trims noisy bash/tool output | ls -la 45 lines (~800 tok) → rtk ls 12 lines (~150 tok) | | Caveman | Makes the agent answer in terse prose | 69-tok explanation → 19-tok answer (useMemo) | | CodeGraph | Query a code graph, skip whole-file reads | 1 codegraph explore call = 0 file reads on 25,874-file repo | | 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:

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

Windows (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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.