Skip to main content
Glama

Clew

ブラウンフィールドの迷路を貫く糸。hop はその糸上のノードです(docs/hops.md)。

ブラウンフィールドサービスはすでに動作しています。それでもコーディングエージェントは、セッションのたびに同じマルチサービスフローを再発見するコストを払っています。Clew は、すでに持っている4つのグラフ — code、catalog、loadout、traces — を保持し、それらを歩ける経路に結合します。

Input → Branches → Output
measure → one P0 → capture → measure    until reflected
go install github.com/jeunessegamesee/clew/cmd/clew@v0.1.1

Scale ライセンスも Neo4j も OpenSearch も不要です。

あらゆるブラウンフィールド、3つのコマンド

clew init --root /path/to/repo     # .clew.yaml + CLEW.md
clew stub --root /path/to/repo     # IN+else for every gRPC / GraphQL / OpenAPI port
clew score --root /path/to/repo    # P0 = missing IN; P1 = uncaptured branches
clew loadout --root /path/to/repo --in /package.Service/Method

スタブを使えば、すべてのインバウンドポートを参照できます。when のないツリーは P1 未捕捉のままです。clew loop で深掘りします — ブランチを勝手に作らないでください。

Related MCP server: PrecisionContextEngine

ソースからビルド

go test ./...
go build -o clew ./cmd/clew
./clew score --root examples/shop --fail-p0
./clew loadout --root examples/shop --use-case place-order --payload '{"paymentMethod":"CARD"}'
./clew loop --root testdata/incomplete-shop
./clew score --root examples/shop --by-service
./clew score --root examples/shop --fail-p1
./clew watch --root examples/shop --traces traces/live.jsonl --follow
./clew watch --root examples/shop --listen 127.0.0.1:4318
./clew mcp

clew mcp は stdio MCP サーバーです(loadoutwho_consumeswho_callsnext_p0driftscore)。各ツールには独自の入力スキーマがあります。

適応ファイル

.clew.yaml は、見知らぬリポジトリが地図になる方法です:

roots:
  - .
  - ../other-repo
services:
  checkoutservice: src/checkoutservice   # OTel service.name → hops folder
traces:
  - traces/*.json

Generic doors(フレームワーク別パーサーなし):OpenAPI / proto / GraphQL、OTLP(clew watch)、または clew ingest --file doors.json。オプションの http: [auto] は Actix/Spring/… を推測しますが、新しいスタックの追加方法ではありません。

言語

Clew は Go です。CBM はコードグラフのままです。HTTP/ASYNC/CROSS、OpenAPI/AsyncAPI、OTLP を結合します — インデクサーを再構築するわけではありません。

マップ形式

SPEC.md を参照してください。サービスごと:docs/hops.md。カバレッジ:clew score --fail-p0。実行可能後:--fail-p1 で未捕捉のスタブを凍結します。

A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
3Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides persistent architectural memory and structural cognition for AI coding agents, enabling efficient orientation, graph-aware context, and drift detection across codebase evolution.
    1,242
    290
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables AI coding agents to efficiently navigate and understand large codebases by providing tools for entry point location, call chain analysis, and impact assessment, reducing context consumption and model costs.
    3
    GPL 3.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI coding assistants to perform high-speed structural codebase analysis and dynamic context management by mapping repositories as byte-streams and detecting architectural chaos.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeunessegamesee/clew'

If you have feedback or need assistance with the MCP directory API, please join our Discord server