Better Code Review Graph
未申請Knowledge graph for token-efficient code reviews -- semantic search and call-graph resolution across your codebase.
インストール
uvx better-code-review-graph # run without installing未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(25個)
build
Full or incremental graph build. Set fullrebuild=true to re-parse all files; pass roots to federate extra repo directories into one graph.
cache_clear
Remove all computed embeddings.
diff
Nodes added/removed/modified between two commit SHAs (fromsha, tosha).
embed
Compute vector embeddings for semantic search. Dual-mode: local ONNX or cloud chain.
export
Export the graph as graphml / json-ld / dot / cypher. Inline or to outputpath.
impact
Blast radius of changed files. Auto-detects from git diff. Paginated with maxresults.
large_functions
Find functions/classes exceeding a line-count threshold.
query
Predefined patterns: callersof, calleesof, importsof, importersof, childrenof, testsfor, inheritorsof, filesummary.
renamed_in_diff
Symbols whose callsite line shifted versus a base ref.
report
Re-emit cached findings as JSON (format='json') or SARIF v2.1.0 (format='sarif').
rule_list
List available rules for an engine.
scan
Run a security scan (engine='heuristic' default = 5 regex rules, or 'semgrep'). Findings persist on nodes.securitytags.
search
Search code entities by name/keyword or semantic similarity.
set
Update a runtime setting (key=loglevel).
setup_complete
Re-resolve credentials from environment variables.
setup_reset
Clear credentials and reset state.
setup_skip
Set local mode (skip relay permanently, use ONNX only).
setup_start
Start relay setup to configure API keys via browser (HTTP mode).
setup_status
Show current credential state, providers configured, and setup URL.
spot_check
Random callsite snippets from the last callersof/calleesof/inheritorsof/importersof result.
stats
Graph size, languages, node/edge breakdown, embedding count.
status
Server info: version, graph path, node/edge counts, embedding backend, embeddings count.
summarize
LLM-generated one-paragraph docstrings for Function nodes (via the SUMMARYMODELS chain; no-op when no provider key is set). Cost-capped via maxnodes.
suppress
Suppress a finding by ruleid (or remove=true to un-suppress).
update
Alias for build with fullrebuild=false (incremental).