Get Started in 2 Minutes

Quick setup to start saving time with AI assistants

Latest Version: v2.1.4
1

Install RecCall

Install via npm (automatically configures Cursor):

npm install -g reccall

✨ Post-install script automatically configures Cursor MCP!

Or use the installation script:

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

Try Common Commands

Start using RecCall with these essential commands:

Terminal
📝 Record Context
$ reccall rec react-component "Create React components with TypeScript, use functional components with hooks"
✅ Shortcut 'react-component' recorded successfully!
📋 List All Shortcuts
$ reccall list
📋 Stored shortcuts (3):
• react-component: Create React components with TypeScript...
• api-testing: Comprehensive API testing guidelines...
• sync-main: Sync main branch with remote...
🔍 Search Shortcuts
$ reccall search react
🔍 Found 1 shortcut(s) matching "react":
• react-component: Create React components with TypeScript...
📞 Call a Shortcut
$ reccall call react-component
EXECUTE THESE INSTRUCTIONS: Create React components with TypeScript, use functional components with hooks
🔄 Update Existing
$ reccall update react-component "Create React components with TypeScript, use functional components with hooks, prefer named exports"
✅ Shortcut 'react-component' updated successfully!

💡 Tip: You can also use shortcuts in Cursor IDE by typing call react-component or rec_list in AI chat.

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.