semantic-memory-mcp 0.5.4

MCP server wrapping semantic-memory — local-first knowledge management with evidence-scored retrieval, contradiction detection, and adaptive routing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copy this table into ~/.codex/config.toml, then replace the placeholder path.
# Project .codex/config.toml is also supported for trusted repositories.
[mcp_servers.semantic_memory]
command = "semantic-memory-mcp"
args = [
  "--memory-dir",
  "/absolute/path/to/semantic-memory",
  "--tool-profile",
  "agent",
]
startup_timeout_sec = 30
tool_timeout_sec = 60
enabled = true
required = false