docs(cursor): Add marketing copy and value proposition messaging

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 <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2025-12-29 21:09:00 -05:00
parent 5325db1978
commit ed8269250d
4 changed files with 57 additions and 10 deletions
+7 -3
View File
@@ -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?
+23 -1
View File
@@ -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
+8 -4
View File
@@ -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
+19 -2
View File
@@ -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.
<CardGroup cols={2}>
<Card title="Free to Start" icon="dollar-sign">
Works with Gemini's free tier (1500 req/day) - no subscription required
</Card>
<Card title="Automatic Capture" icon="bolt">
MCP tools, shell commands, and file edits logged without effort
</Card>
<Card title="Smart Context" icon="brain">
Relevant history injected into every chat session
</Card>
<Card title="Works Everywhere" icon="check">
With or without Claude Code subscription
</Card>
</CardGroup>
<Info>
**No Claude Code subscription required.** Use Gemini (free tier) or OpenRouter as your AI provider.