🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tare-ai

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tare-ai

Lossless-by-default context compression for LLM coding agents — HTTP proxy, CLI, and MCP server.

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
12
-7.69%
Maintainers
1
Weekly downloads
 
Created
Source

tare-ai

Lossless-by-default context compression for LLM coding agents — HTTP proxy, CLI, and MCP server. This npm package is a thin wrapper: on install it downloads the self-contained, prebuilt binary for your platform (macOS / Linux, arm64 / x64) from the project's GitHub Release. No Rust toolchain required.

npm install -g tare-ai        # puts tare, tare-proxy, tare-mcp on your PATH

Run the MCP server with no global install (ideal for an MCP client config):

{
  "mcpServers": {
    "tare": { "command": "npx", "args": ["-y", "-p", "tare-ai", "tare-mcp"] }
  }
}

CLI and proxy:

cat big.rs | tare skeletonize --path big.rs
TARE_UPSTREAM=https://api.anthropic.com tare-proxy

Full docs: https://github.com/mstuart/tare

Keywords

llm

FAQs

Package last updated on 01 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts