npx --yes -p @createsomething/ground-mcp ground-mcp 
Code analysis that checks before it claims.
Agents can report confident similarities without comparing the files. Ground makes verification a prerequisite, so every duplicate, dead-code, or orphan claim starts with evidence.
- Rule Verify first
- Package Ground MCP
- Cost Free
Verification happens before the answer, not after.
One indexed surface keeps installation, enforcement, and production evidence together.
Put the check beside the agent.
Choose one client. Every command points to the same open-source Ground MCP package.
{"mcpServers":{"ground":{"command":"npx","args":["@createsomething/ground-mcp"]}}} codex mcp add ground --command "npx @createsomething/ground-mcp" npm install -g @createsomething/ground-mcp - Four client-ready configurations
- Commands remain visible without JavaScript
Check first. Then claim. Block otherwise.
Ground turns verification from a suggestion into a required sequence before an agent reports a code finding.
- 01Check first
Compare the files or count the uses.
- 02Then claim
Attach the finding to what was checked.
- 03Blocked otherwise
Stop an unsupported conclusion before it spreads.
# First, compare the files
ground compare utils.ts helpers.ts
# Then make the evidence-bound claim
ground claim duplicate utils.ts helpers.ts "same validation logic"
Claim blocked: compare these files first.- Check first
- Then claim
- Blocked otherwise
A smaller tool surface produces stronger claims.
The tool inventory supports one operating rule, and the Kickstand audit shows the rule applied to production code.
Verify
ground_compareSee how similar two files actually areground_count_usesFind whether a function is actually usedground_check_connectionsSee whether a module is connectedground_check_environmentCatch runtime APIs in the wrong environment
Find problems
ground_find_duplicate_functionsFind copy-pasted codeground_find_orphansFind files nothing importsground_find_dead_exportsFind exports nobody usesground_find_driftFind divergence from an owned pattern
Understand patterns
ground_adoption_ratioMeasure token or pattern adoptionground_suggest_patternSuggest from the code already presentground_mine_patternsDiscover repeated structures
Report findings
ground_claim_duplicateReport a verified duplicateground_claim_dead_codeReport verified dead codeground_claim_orphanReport a verified orphan
- 20+ evidence tools
- 155 scripts became 13
- Zero reported false positives
Put evidence before the next code claim.
Install Ground in one agent client, run a real verification, and preserve the checked inputs with the finding.
- Owner
- Codebase operator
- Authority
- Verify-before-claiming policy
- Proof
- Checked inputs + finding
- State
- ready