@opitacode/dark-memory-mcp
Advanced tools
+7
-7
| { | ||
| "name": "@opitacode/dark-memory-mcp", | ||
| "version": "2.11.1", | ||
| "version": "2.12.0", | ||
| "description": "dark-memory-mcp cross-platform wrapper  installs the right binary for your OS via optionalDependencies. Persistent memory + vibe-loop engine + agent governance for AI agents (MCP server).", | ||
@@ -22,8 +22,8 @@ "license": "MIT", | ||
| "optionalDependencies": { | ||
| "@opitacode/dark-memory-mcp-darwin-x64": "2.11.1", | ||
| "@opitacode/dark-memory-mcp-darwin-arm64": "2.11.1", | ||
| "@opitacode/dark-memory-mcp-linux-x64": "2.11.1", | ||
| "@opitacode/dark-memory-mcp-linux-arm64": "2.11.1", | ||
| "@opitacode/dark-memory-mcp-win32-x64": "2.11.1", | ||
| "@opitacode/dark-memory-mcp-win32-arm64": "2.11.1" | ||
| "@opitacode/dark-memory-mcp-darwin-x64": "2.12.0", | ||
| "@opitacode/dark-memory-mcp-darwin-arm64": "2.12.0", | ||
| "@opitacode/dark-memory-mcp-linux-x64": "2.12.0", | ||
| "@opitacode/dark-memory-mcp-linux-arm64": "2.12.0", | ||
| "@opitacode/dark-memory-mcp-win32-x64": "2.12.0", | ||
| "@opitacode/dark-memory-mcp-win32-arm64": "2.12.0" | ||
| }, | ||
@@ -30,0 +30,0 @@ "keywords": [ |
+5
-4
@@ -78,6 +78,7 @@ # @opitacode/dark-memory-mcp | ||
| | `DARK_DB` | platform user data dir | Where the SQLite DB lives | | ||
| | `DARK_DRIFT_JUDGE_DAEMON_URL`| (LLM-as-judge daemon) | Drift judge endpoint | | ||
| | `ANTHROPIC_API_KEY` | (empty) | Anthropic API key (for drift_judge) | | ||
| | `OPENAI_API_KEY` | (empty) | OpenAI API key (for drift_judge) | | ||
| | `GEMINI_API_KEY` | (empty) | Gemini API key (for drift_judge) | | ||
| | `SDD_LLM_BASE_URL` | (empty) | Base URL for Anthropic-compatible LLM endpoint (e.g. MiniMax) | | ||
| | `ANTHROPIC_API_KEY` | (empty) | API key for Anthropic-compatible LLM (drift_judge, mindset) | | ||
| | `OPENAI_API_KEY` | (empty) | OpenAI API key (for drift_judge) | | ||
| | `GEMINI_API_KEY` | (empty) | Gemini API key (for drift_judge) | | ||
| | `DARK_DRIFT_JUDGE_DAEMON_URL`| (empty) | Drift judge daemon endpoint (virtual-key pool) | | ||
@@ -84,0 +85,0 @@ Set them in your MCP host config under `env`: |
8377
2.55%111
0.91%