Autographical for Claude Code
Autographical integrates with Claude Code with two capabilities:
| Capability | What it does |
|---|---|
| Collect | Captures Claude Code session activity and sends it to Autographical |
| Query | Gives Claude Code access to the activity stream and knowledge graph |
Quickstart
The fastest way to get started is via the Autographical marketplace for Claude Code plugins.
Add the marketplace repository:
/plugin marketplace add autographical/claude-code-pluginsAnd install the plugins:
/plugin install autographical-collect@autographical
/plugin install autographical@autographicalCollect
Plugin
Captures prompt submissions, turn completions, and session details (transcript, title, timestamps, git branch, working directory) via Claude Code hooks.
Distributed as a Claude Code plugin.
See Collect for configuration details.
Query
Gives Claude Code access to the Autographical activity stream and knowledge graph.
Components:
Skills
Prescribed commands that the user or agent can invoke to query Autographical.
See Query — Skills.
MCP
Tools to query the real time activity stream and traverse the knowledge graph.
See Query — MCP tools.
Plugin
Bundles the above MCP server definition and skills together.
The recommended installation method.
See Query — Plugin for details.