MCP server that indexes Claude Code conversation history into SQLite and lets Claude query it
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"momento": {
"command": "npx",
"args": [
"-y",
"campbellcharlie/momento"
]
}
}
}
Run in terminal:
claude mcp add momento npx -y campbellcharlie/momento
Add to .cursor/mcp.json:
{
"mcpServers": {
"momento": {
"command": "npx",
"args": [
"-y",
"campbellcharlie/momento"
]
}
}
}