semantic search for your local files find by meaning, not keywords. 120+ file types, OCR, MCP server for AI agents. 100% private.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rememex": {
"command": "cargo",
"args": [
"run",
"--",
"rememex"
]
}
}
}
Run in terminal:
claude mcp add rememex cargo run -- rememex
Add to .cursor/mcp.json:
{
"mcpServers": {
"rememex": {
"command": "cargo",
"args": [
"run",
"--",
"rememex"
]
}
}
}