Agent Plugins Marketplace
All plugins

jarvis-memory

v0.1.0

Codex adapter for Jarvis Memory, a local Markdown operational memory runtime for agents.

Codex

By Jarvis Memory ContributorsLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add jarvis-memory@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Terraciano/jarvis-memory

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

jarvis-memory/
└── .codex-plugin/plugin.json

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "jarvis-memory",
  "version": "0.1.0",
  "description": "Codex adapter for Jarvis Memory, a local Markdown operational memory runtime for agents.",
  "author": {
    "name": "Jarvis Memory Contributors"
  },
  "license": "MIT",
  "keywords": [
    "codex",
    "memory",
    "obsidian",
    "markdown",
    "sqlite",
    "rust"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Jarvis Memory",
    "shortDescription": "Codex adapter for local Jarvis Memory.",
    "longDescription": "Jarvis Memory gives agents a local operational second brain: Markdown as source of truth, fast Rust lookups, safe write routing, and first-boot templates for standalone vaults. This plugin provides the Codex adapter.",
    "developerName": "Jarvis Memory Contributors",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write",
      "Automation"
    ],
    "defaultPrompt": [
      "Jarvis status",
      "Jarvis find my project link",
      "Jarvis remember this"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[jarvis-memory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jarvis-memory)