Sample projects for MCP Directory submission.
An MCP server that solves the "design intent recording and sharing" problem in the AI coding era.
- Decision: Record technical decisions
- Constraint: Record rules to follow
- autoADR: Automatic recording at plan completion
- suggest: Auto-suggest related past decisions
- Claude Code installed
- Node.js 18+
Note: Automatic features (autoADR, suggest) work only with Claude Code.
Codex support will be coming soon.
Other coding agents can still use sqlew with manual registration.
# Install sqlew globally
npm i -g sqlew
# Clone samples
git clone https://github.com/sqlew-io/sqlew-examples.git
cd sqlew-examplesclaude plugin marketplace add sqlew-io/sqlew-plugin
claude plugin install sqlewVerify with claude plugin list:
❯ sqlew@sqlew-plugin
Version: x.x.x
Scope: user
Status: ✔ enabled
This enables autoADR and suggests features when you use plan mode in Claude Code. .mcp.json configuration is included in the plugin, never need independent configuration in each project.
Navigate to a sample folder and start Claude Code:
cd 01-contradiction
claude| # | Folder | Feature | Highlight |
|---|---|---|---|
| 1 | 01-contradiction |
Contradiction Detection | Auto-detect policy conflicts in your team |
| 2 | 02-decision-driven |
Decision Reference | No need to explain from scratch every time |
| 3 | 03-dry-check |
autoADR + suggest | Auto-detect duplicate implementations |
| 4 | 04-why-search |
Reasoning Search | Design intent search beyond git blame |
See the README.md in each sample folder for step-by-step instructions.