Get Started in 2 Minutes

Quick setup to start saving time with AI assistants

1

Install RecCall

Install via npm (or your preferred package manager):

npm install -g reccall

Or use the installation script:

curl -fsSL https://raw.githubusercontent.com/reccaller-ai/reccall/main/install.sh | sh
2

Create Your First Context

Start capturing context from a conversation or create a static context manually:

# Create context from conversation reccall context from-conversation "My Project Setup" --messages conversation.json # Or create a static context reccall context create "Project Overview" --content project-overview.md
3

Connect Your IDE

For Cursor:

RecCall works automatically via MCP. No configuration needed if MCP is enabled.

For VS Code:

Install the RecCall extension from the VS Code marketplace, or install locally:

code --install-extension reccall.vscode-extension

For Warp Terminal:

Add RecCall to your Warp configuration. The CLI commands work directly.

4

Start Using

That's it! Your context is now available to AI assistants. When you start a conversation:

  • AI assistants automatically have access to your context
  • No need to re-explain your project setup
  • Suggestions match your coding patterns
💡 Tip: Create contexts as you work. Every helpful explanation can become reusable context for future conversations.

Next Steps

📚 Learn More

Read about how RecCall works and its features.

How It Works

💡 Explore Use Cases

See real-world examples of how teams use RecCall.

Use Cases

🔌 View Integrations

Connect RecCall with all your development tools.

Integrations

Ready to Get Started?

Install RecCall now and stop repeating yourself to AI.