単一IDEにロックイン
コンテキストツールが単一のIDEまたはエージェントにロックされています。エディタを切り替えるとすべてのコンテキストインフラが失われます。
LeanCTXはMCP、HTTP API、SDKを通じて24以上のエディタとエージェントで動作します。一度インストールすればどこでも使えます。
6 ツール
CLI-Redirectモード
MCPオーバーヘッドゼロ。エージェントがshell経由でlean-ctxを直接呼び出し、最大のトークン節約と最速の応答を実現。
スマートモード選択
各エージェントの能力を自動検出し、CLI-Redirect、Hybrid、またはFull MCPモードを設定。
バックグラウンドデーモン
永続 Unix Domain Socket daemon。セッション状態、即時キャッシュヒット、ゼロ起動オーバーヘッド。Binary 更新時の自動再起動、古いファイルのプロアクティブ削除、耐障害性のための3秒接続タイムアウト。
24以上のエージェントサポート
Cursor、Claude Code、Windsurf、Copilot、Pi、JetBrains、Gemini CLI、Codex、Qoderなど15以上 — すべて自動設定。
HTTP Tool Gateway
Every MCP tool is also callable via REST. The gateway persists shared state and publishes events for downstream automations.
Event-Driven Routing
Tool calls route through the Team Server with audit logging, scope enforcement, and real-time event publication.
動作を確認
LeanCTXは一度インストールするだけで自動適応します - MCPサーバー、HTTP API、SDK、24以上のAIツールのネイティブ統合付き。
7 MCP ツール
LeanCTXは一度インストールするだけで自動適応します - MCPサーバー、HTTP API、SDK、24以上のAIツールのネイティブ統合付き。
ctx_call Compatibility meta-tool: call any ctx_* tool by name using a stable schema. Useful for MCP clients that freeze tool registries at startup (static tools/list).
ctx_provider External context provider (GitLab-first). Actions: gitlab_issues (list), gitlab_issue (show by iid), gitlab_mrs (list MRs), gitlab_pipelines (list pipelines). Requires GITLAB_TOKEN or LEAN_CTX_GITLAB_TOKEN.
ctx_index Index orchestration. Actions: status|build|build-full.
ctx_pack PR Context Pack. action=pr yields changed files, related tests, impact summary, and relevant context artifacts.
ctx_discover Find missed compression opportunities in shell history.
ctx_analyze Entropy analysis — recommends optimal compression mode for a file.
ctx_graph_diagram Generate a Mermaid diagram of the dependency or call graph. Deprecated alias for ctx_graph action=diagram.
関連ドキュメント
すべての出力に証拠が付随
LeanCTXはすべてのセッションの証拠アーティファクトを生成します:どのファイルが読み取られたか、何が圧縮されたか、どのチェックが通過したか、トークンがどのように使用されたか。これによりAI作業は監査可能、再現可能、信頼に値するものになります。