Agent Plugins Marketplace
All plugins

openviking

v0.1.0

Semantic long-term memory and context engine for coding agents. Recall prior knowledge with the find/search/read MCP tools and persist durable facts with remember/write, backed by an OpenViking server.

Agent Plugins1 Skill1 MCP serverstdio

By Volcano EngineLicense: AGPL-3.032.9k GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Aug 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/volcengine/OpenViking

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is agent-plugins/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

agent-plugins/
├── plugin.json
├── skills/openviking-memory/SKILL.md
└── mcp.json

Included Skills1

openviking-memoryskills/openviking-memory/SKILL.md

Recall and persist long-term memory through the OpenViking MCP tools. Use at the start of any substantive task (coding, configuration, debugging, multi-step or tool-based work) to retrieve relevant prior knowledge with find/search/read, and during or after work to persist durable facts, preferences, decisions, and lessons with remember. Do not use for casual chat or simple factual questions the model can answer directly.

MCP servers1

openvikingstdio
command
node
args
${PLUGIN_ROOT}/servers/mcp-proxy.mjs

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

agent-plugins/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "openviking",
  "version": "0.1.0",
  "description": "Semantic long-term memory and context engine for coding agents. Recall prior knowledge with the find/search/read MCP tools and persist durable facts with remember/write, backed by an OpenViking server.",
  "author": {
    "name": "Volcano Engine",
    "url": "https://github.com/volcengine"
  },
  "homepage": "https://github.com/volcengine/OpenViking",
  "repository": "https://github.com/volcengine/OpenViking",
  "license": "AGPL-3.0",
  "keywords": [
    "memory",
    "long-term-memory",
    "context-engine",
    "semantic-search",
    "mcp",
    "openviking"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[openviking on Agent Plugins Marketplace](https://pluginsmp.com/plugins/openviking)