oris-memory-server

Colin4k1024/oris-memory-server
★ 0 stars Rust AI/LLM Updated today
Standalone MCP agent memory server — cross-session experience storage for AI coding agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oris-memory-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "oris-memory-server"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) based cross-session memory server for AI coding agents. It lets autonomous agents persist, search, and reuse experiences — **genes** (reusable units of capability) and **capsules** (validated outcomes) — across sessions and across agents, so that hard-won knowledge survives process restarts and can be shared safely with provenance, signing, and governed promotion.

Tools (4)

ORIS_AGENT_IDORIS_EXPERIENCE_DBORIS_EXPERIENCE_KEY_DBORIS_MCP_SCOPES