Product context in Claude Code
Customer evidence, inside Claude Code.
Claude codes better when it understands the real user problem, not just the ticket. One command to install, then ask Claude what to build, which bugs matter, and what customers are saying.
curl -fsSL https://closedloop.sh/install | bash
- Claude Code
- One-line install
- Free
What it looks like
Type "implement", get the full customer picture. Customer evidence is auto-injected on feature prompts: Claude sees insight counts, deal blockers, and verbatim quotes before it writes a line of code.
>implement the data export feature
ClosedLoop AI / Customer evidence: data export
18 insights from 12 customers. The main pain is large datasets timing out and no way to filter before exporting.
Want me to start with the background job implementation?
What you can ask Claude
Hundreds of decisions per feature: API design, edge cases, what to ship now versus later. Claude makes better calls when it knows what users actually said.
Build with context
Tell Claude to build a feature. It pulls real user pain, workarounds, and expected behavior, then writes code that solves the problem.
"implement the Slack integration for feedback"Generate a PRD
Get a full product requirements doc backed by real customer quotes, insight counts, and workarounds. Not opinions, evidence.
/closedloop:prd data exportWrite a tech spec
Claude searches your codebase, pulls customer evidence, and writes a design doc grounded in both code patterns and user needs.
/closedloop:spec Slack integrationScope v1 from evidence
Claude sees which features have 12 insights and which have 1. Your v1 includes what users asked for and skips what they didn't.
"what's the minimum scope for export?"Evidence on every feature prompt
Type "implement" or "build" and customer evidence appears automatically. No extra step. Claude already knows the user problem.
fires automatically on feature promptsSearch your feedback
Ask Claude about any topic and it searches your product insights: pain, workarounds, severity, deal blockers. Not a Jira summary.
"what are customers saying about search?"Setup2 minutes
Up and running in minutes
From zero to exploring product insights with Claude in under 2 minutes.
-
Get your API key
Sign in at app.closedloop.sh/api-keys and copy your key. Free plan works for personal projects.
-
Run the installer
One command adds ClosedLoop AI to Claude Code globally, works across all your projects.
$curl -fsSL https://closedloop.sh/install | bash -
Manual config (optional)
If you'd rather edit your Claude Code config directly, drop this into
~/.config/claude/mcp_servers.json:jsonMCP client config{ "mcpServers": { "closedloop": { "url": "https://mcp.closedloop.sh", "transport": "http", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } } -
Ask Claude
Restart Claude Code and start exploring your product insights and opportunities. Claude has read access to your whole workspace.
Your API key carries your workspace access. Store it in your config or an environment variable, never in a repository. Rotate it from settings the moment it may be exposed.