Setup
Configure MCP in Cursor
Cursor supports MCP natively! Configure Basic Memory following the Cursor MCP documentation. Add to Cursor’s MCP configuration:Install Basic Memory (optional)
Verify Installation
In Cursor, check that Basic Memory tools are available by asking the AI:Quick Start
Once configured, you can immediately start using Basic Memory in your Cursor conversations:MCP Integration Benefits
Cursor’s native MCP support enables seamless Basic Memory integration with:
- Direct tool access in AI conversations
- Real-time knowledge base queries
- Persistent context across coding sessions
- No manual content transfer needed
Available Tools
Through MCP, Cursor can access all Basic Memory tools:- write_note - Create structured documentation
- read_note - Access existing knowledge
- search_notes - Find relevant information
- edit_note - Update documentation incrementally
- recent_activity - Check what you’ve been working on
- project management - Switch between different knowledge bases
Troubleshooting
Common Issues
MCP tools not appearing in Cursor
MCP tools not appearing in Cursor
Solutions:
- Verify Basic Memory is installed:
basic-memory --version - Check MCP configuration syntax in Cursor settings
- Restart Cursor after configuration changes
- Try absolute path to uvx if needed
Tools appear but don't work
Tools appear but don't work
Solutions:
- Check Basic Memory sync status:
basic-memory status - Verify project directory permissions
- Ensure uvx can find basic-memory:
which basic-memory
Performance issues
Performance issues
Solutions:
- Large knowledge bases may slow responses
- Consider splitting into multiple projects
- Check available disk space
Alternative Integration
If MCP setup doesn’t work immediately, you can also:File-Based Editing
Edit Basic Memory notes directly in Cursor with full IDE features
CLI Integration
Use Basic Memory CLI tools from Cursor’s integrated terminal
Parallel Usage
Use Claude Desktop alongside Cursor for knowledge management
Manual Sync
Manually sync changes using
basic-memory syncNext Steps
Project Documentation
Learn how to document your development projects
Architecture Decisions
Record and track technical decisions
CLI Reference
Master command line tools for development
Knowledge Format
Structure your development documentation

