Documentation Index
Fetch the complete documentation index at: https://docs.linksee.app/llms.txt
Use this file to discover all available pages before exploring further.
Install the package
Requires Node.js 20+. Check your version with
node --version.Configure your MCP client
Add Linksee Memory to your client’s MCP server configuration.- Claude Code
- Claude Desktop
- Cursor / Windsurf
- Other MCP Clients
Run the built-in installer:Or add manually to your Claude Code MCP settings:
Verify the installation
After restarting your agent, try:“Use linksee to remember that I prefer TypeScript over JavaScript”The agent should call the
remember tool and confirm the memory was stored.
Then in a new session:
“What do I prefer, TypeScript or JavaScript? Check linksee.”The agent should call
recall and find your preference.
Database location
By default, the SQLite database is stored at:| OS | Path |
|---|---|
| macOS / Linux | ~/.linksee-memory/memory.db |
| Windows | %USERPROFILE%\.linksee-memory\memory.db |
LINKSEE_MEMORY_DIR environment variable:
Uninstall
~/.linksee-memory/memory.db is preserved. Delete it manually if you want a clean slate.