ccglass の代替ツール

ccglass
ccglass無料4.1

ccglass is an MIT-licensed local reverse proxy and web dashboard that reveals exactly what coding agents send to their models. It sits between agents like Claude Code, Codex, DeepSeek-TUI, Kimi, OpenCode, Ollama, or OpenRouter and the API, streaming requests to a live dashboard with turn diffs, latency, cache, and cost.

ccglass is a free, MIT-licensed local reverse proxy and web dashboard designed to provide full visibility into the request/response flow between coding agents and models. While powerful for developers, it requires manual proxy configuration for agents and lacks hosted or team-oriented features. Its depth of functionality also depends on the agent being observed. This list of alternatives focuses on different aspects of 'agent oversight,' including ready-made interfaces, team collaboration, and code change auditing.

クイック比較

ツール料金評価おすすめ対象
ccglass (オリジナル)無料4.1-
Conanフリーミアム4.3Developers heavily using Claude Code on macOS (Apple silicon) who want a desktop dashboard.
Memantoフリーミアム4.1Agent development and debugging within the Python ecosystem (LangChain/CrewAI/AutoGen/OpenAI Agents SDK).
OpenAnimus無料4.4Local agent workflows that require an evidence-based review process.
partylineフリーミアム4.3Teams running multi-agent pipelines on local machines and aiming to protect their main branch.
Edgee Turbo Models有料3.6Individuals or teams using Claude Code who need higher throughput and token observability.
JigsawMLフリーミアム4.5Auditing AI-generated code changes and visualizing architecture for team onboarding.
Conan

1. Conan

フリーミアム4.3

A native macOS app that turns Claude Code into a live dashboard, surfacing every prompt, tool call, skill and token in real time, with context tracking.

代替として優れている理由

Like ccglass, Conan adds a real-time observation layer for coding agents, but as a native macOS application. It visualizes Claude Code prompts, tool calls, skills, and token usage in real-time, and records context usage, all without requiring you to set up a proxy.

おすすめ対象

Developers heavily using Claude Code on macOS (Apple silicon) who want a desktop dashboard.

こんな場合に最適

You want an out-of-the-box, real-time Claude Code panel without configuration, and are comfortable with a one-time purchase.

長所

  • Turns Claude Code into a readable, real-time dashboard
  • One-time price with no subscription
  • Tracks context and token usage in detail

短所

  • macOS 13 and up on Apple silicon only, no Intel support
  • Windows and Linux are waitlist-only for now
  • Full features require the paid purchase
詳細を見る
Memanto

2. Memanto

フリーミアム4.1

Memanto is an open-source memory layer for AI agents. It gives coding assistants like Claude Code, Cursor, and Codex persistent recall across sessions, with sub-100 ms search, semantic categorisation, and full on-premise operation.

代替として優れている理由

As an open-source observability and memory layer, Memanto not only records agent behavior but also ensures memory persistence across restarts/crashes. It features five-signal loop detection to quickly identify stuck agents—a debugging dimension not present in ccglass.

おすすめ対象

Agent development and debugging within the Python ecosystem (LangChain/CrewAI/AutoGen/OpenAI Agents SDK).

こんな場合に最適

Your agent stack is Python, and you need governance capabilities like persistent memory and loop detection, beyond just request/response dumps.

長所

  • Open source with unlimited on-premise use, no per-seat or per-token fees
  • Writes cost zero tokens, unlike LLM-summarise-on-write approaches
  • Fast: memories are searchable within about 90 ms

短所

  • Self-hosting requires DevOps setup, not a click-and-go SaaS
  • Cloud version bills per operation, which needs volume estimation
  • Value depends on your agent stack already supporting a memory tool
詳細を見る
OpenAnimus

3. OpenAnimus

無料4.4

OpenAnimus is a local-first workspace that wraps AI coding agents in trusted context, evidence collection, and human review before shipping to GitHub.

代替として優れている理由

OpenAnimus places human review between the agent and a shared repository, collecting files, commands, checks, and blocking items as first-class evidence, while also retaining project memory. Unlike ccglass's 'traffic monitoring,' it emphasizes 'gating before merge.'

おすすめ対象

Local agent workflows that require an evidence-based review process.

こんな場合に最適

You want agent changes to a shared repository to pass through an evidence-backed human review interface, and you can tolerate the rough edges and API changes of an alpha-stage tool.

長所

  • Puts a real review surface between the agent and the shared repo
  • Captures files, commands, checks, and blockers as first-class evidence
  • Project memory records decisions so the same discussion does not repeat

短所

  • Local-first alpha; expect rough edges and moving APIs
  • No pricing is disclosed on the site yet
  • Assumes the user already runs a coding agent that emits usable evidence
詳細を見る
partyline

4. partyline

フリーミアム4.3

Partyline runs a software assembly line of AI coding agents on your own machines, splitting plan, build, and review across parallel git worktrees.

代替として優れている理由

partyline orchestrates planning, building, and reviewing in parallel Git worktrees on your local machine, requiring automated testing and independent review before merging. It goes a step beyond ccglass, evolving from observing agents to constraining their output.

おすすめ対象

Teams running multi-agent pipelines on local machines and aiming to protect their main branch.

こんな場合に最適

You're tired of agents directly modifying your main branch and want a local execution environment with parallel worktrees, mandatory testing, and review.

長所

  • Agents run on your own machines and model keys never leave your environment
  • Supports Claude, Codex, Gemini, and open-weight models
  • Parallel git worktrees keep the main branch clean

短所

  • Only macOS and Linux are supported at launch
  • Command-line workflow assumes developer comfort with terminals
詳細を見る
Edgee Turbo Models

5. Edgee Turbo Models

有料3.6

Edgee Turbo Models routes open-source coding models through a faster inference path for Claude Code users. The service advertises up to around 200 tokens per second, applies token compression before the model runs, and charges a flat monthly fee with session and team-level observability included.

代替として優れている理由

Compared to ccglass's local observation, Edgee routes Claude Code traffic to a faster inference path while providing session and team-level token observability. It's suitable for those who value both speed and usage tracking.

おすすめ対象

Individuals or teams using Claude Code who need higher throughput and token observability.

こんな場合に最適

You are willing to pay a fixed monthly fee for faster responses and usage observation without SDK modifications, rather than maintaining a free local proxy.

長所

  • Faster throughput on Claude Code sessions
  • Flat monthly price regardless of usage
  • Session and team token observability

短所

  • Value depends on how heavily Claude Code is used
  • Adds a middle layer between IDE and model
  • Model list may change over time
詳細を見る
JigsawML

6. JigsawML

フリーミアム4.5

JigsawML is an architectural intelligence platform that maps a codebase and tracks changes so teams can see what AI code assistants are actually modifying.

代替として優れている理由

JigsawML directly monitors what AI code assistants change, performing architectural mapping and change tracking on the codebase to create an audit trail of AI-generated edits. Unlike ccglass's API traffic capture, it answers 'which files did this AI edit touch, and what was the impact?'

おすすめ対象

Auditing AI-generated code changes and visualizing architecture for team onboarding.

こんな場合に最適

You are more concerned with the actual impact and traceability of AI edits on your codebase, rather than proxy-level request/response details.

長所

  • Positions itself around a real pain point of AI-assisted coding
  • Focus on visualization can help onboard new team members
  • Change tracking gives an audit trail for AI-generated edits

短所

  • Public landing page reveals little concrete detail
  • Pricing, integrations and supported stacks are not disclosed
詳細を見る
読み込み中...

選び方

If you're on macOS (Apple silicon) using Claude Code and need a real-time dashboard without self-hosting a proxy, Conan is the closest match, available for a one-time purchase. For those prioritizing Claude Code throughput and token usage, and willing to pay a monthly fee, Edgee Turbo Models offers a direct solution. If your agent stack is Python (LangChain/CrewAI/AutoGen), Memanto integrates memory, loop detection, and audit trails directly into the framework. If the core concern is agents directly polluting your main branch, partyline and OpenAnimus introduce checks and human gating before merging. For tracking only where AI has modified your codebase, JigsawML provides change tracking. Note that ccglass is free, while these alternatives may involve one-time fees, monthly subscriptions, or unlisted cloud pricing; choose based on your budget and scenario.

もっと見る

類似ツール

Bindfort

Bindfort は AI Agent と MCP サーバーの間に置くセキュリティゲートウェイ。呼び出し前のポリシーチェックと依存ツリーのスキャン、HMAC 署名付きレシートで監査に強い。無料スキャンあり。

StoreFrame

StoreFrame

StoreFrameはMagento向けのAIネイティブなコントロールプレーン。ブラウザ版Claude Codeシェルを内蔵し、コンテナ基盤とリアルタイム可観測性を統合。店舗データに自然言語で質問でき、3日間の無料トライアルを提供。

Check

Check

Check は AI コーディングエージェント向けの事前検証ツール。コマンド実行前に依存関係やパス、関数呼び出しの実在性を確認し、幻覚をブロック。Claude Code などに対応。毎日120回の無料リクエスト、従量課金、現時点では Windows のみ。

TrueCode

プログラミング面接でAIを禁止するのは現実的でなくなった。TrueCodeは候補者がAIとの協働でどう判断するかをTruScore™で可視化し、後置カメラでその過程を記録する、新しいタイプの開発者評価ツールだ。

AgentSite

AgentSite

AgentSiteはReact/Vue製SPAをChatGPTやClaude、PerplexityといったAIエージェントにも見えるようにする中間層。コードを変えずにmeta・JSON-LD・markdownを注入し、無料診断で即座にスコアを確認できる。nginx、Express、Edge対応。

Bodega One Code

Bodega One Code

Bodega One Code 是一款本地优先的 AI 编码 IDE, 内置聊天与自主 agent, 支持 Ollama、OpenAI、Anthropic 等 10+ 模型提供商。个人使用永久免费, 提供并行 agent (Fleet) 和自动化循环 (Loops), 注重数据隐私与模型自由。

オープンソース代替

guidellm:LLM推論性能を評価・最適化するオープンソースツール

guidellmは、vLLMチームによって開発されたオープンソースツールで、本番環境における大規模言語モデル(LLM)の推論性能を評価・最適化するためのものです。負荷試験、レイテンシ分析、スループット評価を提供し、開発者がボトルネックを特定してデプロイ構成を調整するのに役立ちます。プロジェクトは主にPythonで記述されており、Apache-2.0ライセンスを採用しています。収集時点で1214スターを獲得しています。

ai-gateway:Envoy Gateway ベースの統一 AI ゲートウェイ

ai-gateway は、Envoy Gateway をベースにしたオープンソースプロジェクトで、複数の生成 AI サービスへのアクセスを管理する統一 API ゲートウェイを提供します。AI アプリケーションの統合と運用を簡素化し、ロードバランシング、キャッシュ、レート制限などの機能をサポートしています。このプロジェクトは Go 言語で開発され、Apache-2.0 ライセンスを採用しています。

go-micro:AIとマイクロサービスを融合したGoフレームワーク

go-microは、AIエージェントツールセットとマイクロサービスアーキテクチャを融合したオープンソースのGoプログラミング言語フレームワークです。MCP、A2Aプロトコル、および複数のLLM統合をサポートしています。このプロジェクトはApache-2.0ライセンスを採用し、主にGo言語で開発されています。収集時点で、このプロジェクトはGitHubで22755のスターを獲得しています。

Kun:ローカル優先のAIエージェントワークスペース

Kunはローカル優先のAIエージェントワークスペースです。共有GUIおよびTUIランタイムを通じて、コーディング、ライティング、デザイン、リサーチ、自動化を統合します。プロジェクトは主にTypeScriptで開発されており、ライセンスはOtherです。収集時点で4813個のGitHubスターを獲得しています。

terax-ai:軽量Tauriデスクトップ開発環境

terax-aiはTauriベースのデスクトップ開発環境で、サイズはわずか7-8MBです。GPUターミナル、CodeMirrorエディタ、Gitツール、および複数のプロバイダーに対応したAIエージェントを統合し、開発者に一体型の開発体験を提供します。プロジェクトは主にTypeScriptで書かれており、Apache-2.0ライセンスを採用しています。

jar-analyzer: Java JARパッケージ解析GUIツール、AIアシスタント統合

jar-analyzer は、オープンソースの Java JAR パッケージ解析 GUI ツールで、AI アシスタントを統合しています。JAR DIFF、メソッド呼び出しグラフ探索、DFS 呼び出しチェーン分析、汚染分析、および制御フローグラフのプログラム分析などの強力な機能を提供し、Java 開発者やセキュリティ研究者に適しており、コード監査とリバースエンジニアリングのタスクを簡素化します。プロジェクトの主要言語は Java で、GPL-3.0 ライセンスを採用しており、収集時点で 2111 個のスターを保有しています。