Agent Plugins Marketplace
All plugins

matrixark-memory

v1.0.0

Time-aware long-term memory for Claude Code, backed by the Rust TemporalStore engine. Automatically ingests each session and injects a ranked ContextPack on every prompt, and exposes explicit recall/remember tools over MCP.

Claude Code1 MCP serverstdio

By MatrixArkAILicense: Apache-2.0215 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 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 matrixark-memory for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install matrixark-memory@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/matrixarkai/TemporalStore

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

Plugin files

integrations/claude-plugin/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

matrixarkstdio
command
${user_config.matrixark_home}/tools/run_matrixark_mcp_server.sh
env.MATRIXARK_MCP_SERVER
${user_config.matrixark_home}/tools/matrixark_mcp_server.py
env.MATRIXARK_MCP_BACKEND
temporalstore-rust

Plugin manifests1

integrations/claude-plugin/.claude-plugin/plugin.json
{
  "name": "matrixark-memory",
  "displayName": "MatrixArk Memory (TemporalStore)",
  "version": "1.0.0",
  "description": "Time-aware long-term memory for Claude Code, backed by the Rust TemporalStore engine. Automatically ingests each session and injects a ranked ContextPack on every prompt, and exposes explicit recall/remember tools over MCP.",
  "author": {
    "name": "MatrixArkAI",
    "url": "https://temporalstore.ai"
  },
  "homepage": "https://temporalstore.ai/benchmarks.html",
  "repository": "https://github.com/matrixarkai/TemporalStore",
  "license": "Apache-2.0",
  "keywords": [
    "memory",
    "context",
    "temporalstore",
    "matrixark"
  ],
  "defaultEnabled": false,
  "hooks": "./hooks/hooks.json",
  "mcpServers": "./.mcp.json",
  "userConfig": {
    "matrixark_home": {
      "type": "string",
      "title": "TemporalStore checkout path",
      "description": "Absolute path to your TemporalStore repo (the directory containing tools/matrixark_claude_hook.sh and tools/run_matrixark_mcp_server.sh). Example: <repo-root>/TemporalStore",
      "required": true
    }
  }
}

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

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