volcengine/openviking
v0.1.0AGPL-3.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.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
openvikingstdio
{
"type": "stdio",
"command": "node",
"args": [
"${PLUGIN_ROOT}/servers/mcp-proxy.mjs"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$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"
]
}