Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions examples/codex-memory-plugin/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "openviking-memory",
"description": "Long-term OpenViking memory for Codex. Transparent recall and capture via hooks, plus explicit OpenViking memory tools via MCP.",
"interface": {
"displayName": "OpenViking Memory",
"shortDescription": "Transparent long-term memory for Codex",
"longDescription": "Adds transparent OpenViking recall and capture hooks for Codex, plus explicit OpenViking memory tools for manual store, recall, forget, and health operations.",
"developerName": "OpenViking",
"category": "productivity",
"capabilities": [
"Long-term memory recall",
"Automatic memory capture",
"Manual memory inspection and deletion"
],
"websiteURL": "https://github.com/volcengine/OpenViking"
}
}
14 changes: 14 additions & 0 deletions examples/codex-memory-plugin/.mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"mcpServers": {
"openviking-memory": {
"command": "node",
"args": [
"scripts/start-memory-server.mjs"
],
"cwd": ".",
"env": {
"OPENVIKING_CONFIG_FILE": "${OPENVIKING_CONFIG_FILE:-}"
}
}
}
}
Loading
Loading