x1pm + Cursor
Persistent project memory for Cursor AI
The problem
Cursor's AI forgets context between sessions. You paste the same architecture notes, re-explain your patterns, and lose continuity on multi-day tasks.
Setup
Up and running in under 2 minutes.
1
Get your API key from x1pm
Sign up at x1pm.com and generate an API key from your organization settings.
2
Add to your Cursor MCP config
Open Cursor Settings > MCP and add the server.
{
"mcpServers": {
"x1pm": {
"type": "http",
"url": "https://x1pm.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
},
"tools": ["healthCheck", "read", "write", "edit", "multiEdit", "ls", "glob", "grep"]
}
}
}3
Create your workspace files
Add markdown and CSV files that Cursor reads for context every session.
What you get
- Cursor reads project context before every response
- Architecture decisions survive across sessions
- Share context between Cursor and other agents
- Works alongside .cursorrules — adds persistent memory