Skip to main content

Install

The fastest path — one command sets up the MCP server, the skill, and the auto-capture hook:
Requires Node.js 20+. Check your version with node --version.
Prefer to wire it up by hand? Install globally and add the config for your client below:

Configure your MCP client (manual)

Add Linksee Memory to your client’s MCP server configuration.
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: Override with the LINKSEE_MEMORY_DIR environment variable:
Or in your MCP config:

Uninstall

Your memory database at ~/.linksee-memory/memory.db is preserved. Delete it manually if you want a clean slate.