Imprint
Long-term memory layer for AI coding tools — Claude Code, Cursor, Codex. Cross-tool, cross-device, persistent. Your AI's context follows the user, not the tool.
Install (for an AI agent to run)
If a user shares this URL with their AI agent, the agent should run a single command. The CLI opens a browser for the user to authorize via Logto, then writes the MCP server config into the target tool's settings file automatically.
npx --yes @hawkeye-xb.com/imprint-cli install
The default target is Claude Code. For Cursor or Codex, append
--tool cursor or --tool codex.
The CLI is published on npm at
@hawkeye-xb.com/imprint-cli
and reads the API endpoint from
https://imprint.hawkeye-xb.com/.well-known/imprint.json,
so no extra environment variables are needed.
After install
- Restart the AI tool to pick up the new MCP server.
-
On every non-trivial session the AI should now run
ls /via theimprintMCP server to see what context exists, andwrite <path> <content>when the user shares something worth remembering.
Manual setup
Humans can also sign in to manage Personal API Tokens directly and copy an MCP config snippet.