jarvis-agent-memory

martinovad/jarvis-agent-memory
★ 0 stars JavaScript Memory/Knowledge Updated 3d ago
Persistent, token-efficient memory layer connecting Claude Code to an Obsidian vault — zero-manual cross-session context via /resume, /compress, /dream, /recall + a custom MCP server. Local-first; CoALA-structured tiered memory.
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": {
    "jarvis-agent-memory": {
      "command": "npx",
      "args": [
        "-y",
        "martinovad/jarvis-agent-memory"
      ]
    }
  }
}

README Excerpt

A persistent memory layer that gives Claude Code zero-manual cross-session context, backed by an Obsidian-compatible markdown vault. A custom Node.js MCP server exposes the vault to Claude; a set of skills (`/resume`, `/compress`, `/recall`, …) read and write it. Local-first, stdio transport, ~≤2% token overhead per session.

Topics

ai-agentsclaudeknowledge-graphllmmcpmemorymodel-context-protocol