semantic-memory-mcp

RecursiveIntell/semantic-memory-mcp
★ 0 stars Rust AI/LLM Updated today
MCP server wrapping semantic-memory — local-first knowledge management with evidence-scored retrieval, contradiction detection, and adaptive routing
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "semantic-memory-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "semantic-memory-mcp"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that gives your AI agent a local-first knowledge base with hybrid search, evidence-scored retrieval, contradiction detection, and autonomous memory lifecycle management. All data stays on your machine. SQLite for storage, Ollama for embeddings, no cloud, no API keys, no telemetry.

Tools (3)

fullresult_idsearch