Long-term memory for AI agents - an MCP server that forgets on purpose and consolidates the rest. Works with OpenClaw, Claude Code, Cursor, and any MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"sharpwave": {
"command": "npx",
"args": [
"-y",
"Enlightened-Republic/sharpwave"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add sharpwave npx -y Enlightened-Republic/sharpwave
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"sharpwave": {
"command": "npx",
"args": [
"-y",
"Enlightened-Republic/sharpwave"
]
}
}
}
📋 Copy