docs/en/agent-integrations/05-other-plugins.md
The repo also ships several community/experimental plugins beyond the headline Claude Code, Codex, and OpenClaw integrations. They differ in target runtime, integration depth, and maintenance status — read each one's README before adopting.
Two OpenCode plugin variants exist with different design choices. Pick whichever matches your usage — we don't make the decision for you.
opencode-memory-plugin — explicit-tool variantSource: examples/opencode-memory-plugin
Exposes OpenViking memories as explicit OpenCode tools and syncs the conversation session into OpenViking.
memcommitopencode/plugin — context-injection variantSource: examples/opencode/plugin
Injects indexed code repos into OpenCode's context and auto-starts the OpenViking server when needed.
For Cursor, Trae, Manus, Claude Desktop, ChatGPT/Codex, and any other MCP-compatible runtime, you don't need a dedicated plugin — just point the client at the built-in /mcp endpoint.
→ See the MCP Integration Guide.