From ed8269250d245e70f86b330215e2812a38a707ae Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Mon, 29 Dec 2025 21:09:00 -0500 Subject: [PATCH] docs(cursor): Add marketing copy and value proposition messaging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add compelling marketing copy to Cursor documentation with consistent messaging across all files: - README.md: Added headline, "Why Claude-Mem?" section, quick install - STANDALONE-SETUP.md: Added tagline and enhanced value props - QUICKSTART.md: Added tagline and benefit statement - docs/public/cursor/index.mdx: Added card grid highlighting benefits Key messaging themes: - "Persistent AI Memory for Cursor" - "Your AI stops forgetting" - "Free tier options available" - "Works with or without Claude Code" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- cursor-hooks/QUICKSTART.md | 10 +++++++--- cursor-hooks/README.md | 24 +++++++++++++++++++++++- cursor-hooks/STANDALONE-SETUP.md | 12 ++++++++---- docs/public/cursor/index.mdx | 21 +++++++++++++++++++-- 4 files changed, 57 insertions(+), 10 deletions(-) diff --git a/cursor-hooks/QUICKSTART.md b/cursor-hooks/QUICKSTART.md index 26661890..b2573e60 100644 --- a/cursor-hooks/QUICKSTART.md +++ b/cursor-hooks/QUICKSTART.md @@ -1,11 +1,15 @@ # Quick Start: Claude-Mem + Cursor Integration +> **Give your Cursor AI persistent memory in under 5 minutes** + ## What This Does Connects claude-mem to Cursor so that: -- Agent actions (MCP tools, shell commands, file edits) are automatically saved -- Context from past sessions is automatically injected via `.cursor/rules/` -- Sessions are summarized for future reference +- **Agent actions** (MCP tools, shell commands, file edits) are automatically saved +- **Context from past sessions** is automatically injected via `.cursor/rules/` +- **Sessions are summarized** for future reference + +Your AI stops forgetting. It remembers the patterns, decisions, and context from previous sessions. ## Don't Have Claude Code? diff --git a/cursor-hooks/README.md b/cursor-hooks/README.md index 68c5cdc1..581f0953 100644 --- a/cursor-hooks/README.md +++ b/cursor-hooks/README.md @@ -1,6 +1,28 @@ # Claude-Mem Cursor Hooks Integration -This directory contains Cursor hooks that connect claude-mem to Cursor, enabling persistent memory across Cursor sessions. +> **Persistent AI Memory for Cursor - Free Options Available** + +Give your Cursor AI persistent memory across sessions. Your agent remembers what it worked on, the decisions it made, and the patterns in your codebase - automatically. + +### Why Claude-Mem? + +- **Remember context across sessions**: No more re-explaining your codebase every time +- **Automatic capture**: MCP tools, shell commands, and file edits are logged without effort +- **Free tier options**: Works with Gemini (1500 free req/day) or OpenRouter (free models available) +- **Works with or without Claude Code**: Full functionality either way + +### Quick Install (5 minutes) + +```bash +# Clone and build +git clone https://github.com/thedotmack/claude-mem.git +cd claude-mem && npm install && npm run build + +# Interactive setup (configures provider + installs hooks) +npm run cursor:setup +``` + +--- ## Quick Start for Cursor Users diff --git a/cursor-hooks/STANDALONE-SETUP.md b/cursor-hooks/STANDALONE-SETUP.md index 3cabf255..5766f2d2 100644 --- a/cursor-hooks/STANDALONE-SETUP.md +++ b/cursor-hooks/STANDALONE-SETUP.md @@ -1,14 +1,18 @@ # Claude-Mem for Cursor (No Claude Code Required) +> **Persistent AI Memory for Cursor - Zero Cost to Start** + ## Overview Use claude-mem's persistent memory in Cursor without a Claude Code subscription. Choose between free-tier providers (Gemini, OpenRouter) or paid options. **What You Get**: -- AI memory that persists across Cursor sessions -- Automatic capture of MCP tools, shell commands, and file edits -- Context injection via `.cursor/rules/` for every chat -- Web viewer at http://localhost:37777 +- **Persistent memory** that survives across sessions - your AI remembers what it worked on +- **Automatic capture** of MCP tools, shell commands, and file edits +- **Context injection** via `.cursor/rules/` - relevant history included in every chat +- **Web viewer** at http://localhost:37777 - browse and search your project history + +**Why This Matters**: Every Cursor session starts fresh. Claude-mem bridges that gap - your AI agent builds cumulative knowledge about your codebase, decisions, and patterns over time. ## Prerequisites diff --git a/docs/public/cursor/index.mdx b/docs/public/cursor/index.mdx index 95d9cb60..96f529cc 100644 --- a/docs/public/cursor/index.mdx +++ b/docs/public/cursor/index.mdx @@ -1,11 +1,28 @@ --- title: "Cursor Integration" -description: "Use Claude-Mem's persistent memory in Cursor IDE - with free provider options" +description: "Persistent AI memory for Cursor IDE - free tier options available" --- # Cursor Integration -Claude-mem brings persistent AI memory to Cursor IDE. Your coding sessions remember context across restarts, helping the AI understand your codebase deeply over time. +> **Your AI stops forgetting. Give Cursor persistent memory.** + +Every Cursor session starts fresh - your AI doesn't remember what it worked on yesterday. Claude-mem changes that. Your agent builds cumulative knowledge about your codebase, decisions, and patterns over time. + + + + Works with Gemini's free tier (1500 req/day) - no subscription required + + + MCP tools, shell commands, and file edits logged without effort + + + Relevant history injected into every chat session + + + With or without Claude Code subscription + + **No Claude Code subscription required.** Use Gemini (free tier) or OpenRouter as your AI provider.