docs/en/agent-integrations/01-overview.md
OpenViking can act as the long-term memory and context backend for many agent runtimes. Pick the integration that matches your agent.
| If you use… | Use this |
|---|---|
| Claude Code | Claude Code Memory Plugin — auto-recall + auto-capture via hooks |
| OpenClaw | OpenClaw Plugin — context-engine with full lifecycle integration |
| Codex | Codex Memory Plugin — lifecycle hooks for auto-recall and incremental capture |
| Hermes Agent | Hermes Agent — built-in OpenViking memory provider, no plugin install needed |
| LangChain / LangGraph | LangChain and LangGraph — retriever, tools, context backend, store, and middleware |
| Cursor / Trae / Manus / Claude Desktop / ChatGPT / … | MCP Clients — point any MCP-compatible client at the built-in /mcp endpoint |
| AstrBot / OpenCode / … | Community Plugins — community-maintained integrations for various runtimes |
Some integrations go beyond what a generic MCP client can do:
For agents whose runtime exposes hooks, middleware, or a context-engine slot, the native integration 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).