memorius

Dream-Pixels-Forge/memorius
★ 0 stars Python AI/LLM Updated 4d ago
Memorius is a self-contained, agent-agnostic memory system that gives LLMs and AI agents persistent, searchable memory with a hierarchical knowledge organization. Drop-in with multi-backend vector storage, pluggable embeddings, built-in MCP + REST servers, and auto-detecting agent hooks for 7 different AI coding agents.
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": {
    "memorius": {
      "command": "uvx",
      "args": [
        "memorius"
      ]
    }
  }
}

Or install with pip: pip install memorius

Topics

agent-frameworkagent-memoryai-agentsai-toolschromadbcliembeddingsknowledge-baseknowledge-managementllm-memorymcpmemory-systemmemory-vaultmodel-context-protocolobsidian