Skip to main content
The linksee-memory npm package includes several CLI utilities beyond the MCP server itself.
Each CLI is reachable two ways: as a subcommand via npx -y linksee-memory <sub> (no install needed — the package name resolves on a cold machine), and, if linksee-memory is installed on your PATH, as the standalone linksee-memory-<sub> bin (e.g. linksee-memory-setup). The runnable examples below use the cold-safe npx -y linksee-memory <sub> form.

linksee-memory

The main MCP server. Runs in stdio mode — typically launched by your MCP client, not directly.

linksee-memory setup

Interactive initial setup. Creates the database directory and initializes the schema.

linksee-memory install-skill

Install the Linksee Memory skill into Claude Code’s MCP configuration.

linksee-memory stats

Display database statistics: entity count, memory count, layer breakdown, heat distribution, database size.
Example output:

linksee-memory import

Import session transcripts or external data into the memory store.

linksee-memory sync

Sync a session’s data. Useful for manual synchronization after disconnects.