docs/en/agent-integrations/01-overview.md
OpenViking can act as the long-term memory and context backend for many agent runtimes. This section collects the integrations that already exist — pick the one that matches your agent.
| If you use… | Use this |
|---|---|
| Claude Code | Claude Code Memory Plugin — auto-recall + auto-capture via hooks, no MCP tool calls required from the model |
| OpenClaw | OpenClaw Plugin — context-engine + hooks + tools + runtime manager, deep lifecycle integration |
| Codex / OpenCode | Other community plugins — MCP-only and tool-mechanism variants |
| Cursor / Trae / Manus / Claude Desktop / ChatGPT / … | MCP Integration Guide — point any MCP-compatible client at the built-in /mcp endpoint |
| Hermes Agent (Nous Research) | Hermes — OpenViking memory provider — first-class OpenViking memory provider, no plugin install needed |
The plugins listed here go beyond what a generic MCP client can do:
For agents whose runtime exposes hooks or a context-engine slot, the hooks-based path is usually the better default.
Every integration on this page connects to a running OpenViking server. If you don't have one yet, follow the Quickstart Guide. The default endpoint is http://localhost:1933; remote use requires an API key (see Authentication).