# Autographical for Claude Code

Autographical integrates with [Claude Code](https://claude.ai/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-plugins
```

Install the plugins:

```
/plugin install autographical-collect@autographical
/plugin install autographical@autographical
```

Configure:

```
/plugins
# Installed -> autographical-collect -> Configure options
# Installed -> autographical MCP -> Connect/authenticate
```
