Skip to content

Install (30 seconds)

PLUR installs globally — one MCP server, one engram store at ~/.plur/, available in every project. You only run init once per machine.

Terminal window
npx @plur-ai/mcp init

This single command:

  • creates ~/.plur/ for engram storage,
  • adds PLUR to your ~/.mcp.json MCP server list,
  • installs Claude Code hooks for automatic engram injection on session start and learning capture on corrections.

Restart Claude Code. You’re done.

The npx approach above resolves on every invocation. For lower latency:

Terminal window
npm install -g @plur-ai/mcp
plur-mcp init

The init step works the same way; you save ~300 ms per MCP session start.

Terminal window
npx @plur-ai/cli status

You should see your engram count, store path (~/.plur/), and embedder health. If you’d rather ask your agent: “What’s my PLUR status?” — it should call plur_status and return the same info. Full verification walkthrough →

Next: Your first memory →