Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/mikhailbovt/contextdb-codex/contextdb-memory-contextdb-memorygit clone --depth 1 https://github.com/mikhailbovt/ContextDB-CodexGrade A, and why
contextdb-memory scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"contextdb-memory": {
"command": "node",
"args": [
"./scripts/contextdb-mcp-launcher.cjs"
],
"cwd": ".",
"tool_timeout_sec": 120
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 10 lines scan A 9ad30c4b5a8b
contextdb-memory is an MCP server published in the GitHub repository mikhailbovt/ContextDB-Codex (1 stars, last pushed 7d ago), licensed Apache-2.0. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
remnic
MCP server "remnic", hosted remotely at localhost, as configured in joshuaswarren/remnic.
local-memory-mcp
Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys. Runs locally from the @studiomeyer/local-memory-mcp npm package. Needs 4 environment variables to run.
genomefy
MCP server "genomefy" as configured in tallesnicacio/genomefy. Runs locally from the genomefy Python package.
omega-obsidian
Persistent semantic memory MCP server for Obsidian vaults. Powered by OMEGA. Runs locally from the omega-obsidian Python package.
code-review-graph
MCP server "code-review-graph" as configured in varun29ankuS/shodh-memory. Runs code_review_graph with python.
plur
Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP. Runs locally from the @plur-ai/mcp npm package.