lean-ctx-bin
LeanCTX — the Context OS for AI coding agents. One local binary that compresses, remembers, routes, and verifies every token between your code and the model. No Rust required.
pinned to #145155eupdated 2 weeks ago
Ask your AI client: “install mcps/lean-ctx-bin”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/lean-ctx-binmetahub onboarded this repo on the author's behalf.
If you own github.com/yvgude/lean-ctx on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
3,213
Last commit
2 weeks ago
Latest release
published
- #agentic-coding
- #ai
- #ai-agents
- #ai-coding
- #claude
- #claude-code
- #code-graph
- #context
- #context-engineering
- #context-intelligence
- #context-layer
- #context-os
- #copilot
- #cursor
- #developer-tools
- #gemini-cli
- #lean-context
- #lean-ctx
- #llm
- #mcp
- #mcp-server
- #reduce-token-costs
- #rust
- #token-optimization
What this server exposes
Surfaces parsed from this server's source at publish time.
Launches: lean-ctx
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.145155e· 2 weeks ago
Kind-specific
22MCP: launch path
bin: lean-ctx
MCP: @modelcontextprotocol/sdk in dependencieswarn
No @modelcontextprotocol/sdk dependency declared
Run `npm i @modelcontextprotocol/sdk` so consumers can audit your stack.
MCP: ESM packagewarn
package.json missing "type": "module"
Modern MCP servers are ESM. Add `"type": "module"` unless you have a CJS-only reason.
MCP: server surface
0 tools
Release history
1- releasecurrent145155ewarn2 weeks ago
Contents
Pre-built binary distribution of lean-ctx — the Cognitive Context Layer for AI coding agents.
No Rust toolchain required. The correct binary for your platform is downloaded automatically during npm install.
Install
npm install -g lean-ctx-bin
After installing, run the one-command setup:
lean-ctx setup
This auto-detects your shell and editors, installs shell aliases, creates MCP configs, and verifies everything.
Supported Platforms
| Platform | Architecture |
|---|---|
| Linux | x86_64, aarch64 |
| macOS | x86_64, Apple Silicon |
| Windows | x86_64 |
Alternative Install Methods
# Universal installer (no Rust needed)
curl -fsSL https://leanctx.com/install.sh | sh
# or: curl -fsSL https://leanctx.com/install.sh | bash
# Homebrew (macOS/Linux)
brew tap yvgude/lean-ctx && brew install lean-ctx
# Cargo (requires Rust)
cargo install lean-ctx
Links
Reviews
No reviews yet. Be the first.
Related
@paretools/npm
MCP server for npm/pnpm/yarn — structured dependency, audit, and script data for AI agents
agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
@remote-mcp/example
@remote-mcp/example MCP server
mh install mcps/lean-ctx-bin