plugins marketplace
← All plugins

mnemos

v0.9.0

Persistent memory and learning-loop skills for AI coding agents. MCP-native with 20 tools, single Go binary, ships with measured efficacy harness.

Claude Code

by André FigueiraMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/mnemos/ inside the repository.

Layout

plugins/community/mnemos/
└── .claude-plugin/plugin.json

Manifests1

plugins/community/mnemos/.claude-plugin/plugin.json
{
  "name": "mnemos",
  "version": "0.9.0",
  "description": "Persistent memory and learning-loop skills for AI coding agents. MCP-native with 20 tools, single Go binary, ships with measured efficacy harness.",
  "author": {
    "name": "André Figueira",
    "email": "andre@polyxmedia.com",
    "url": "https://polyxmedia.com"
  },
  "repository": "https://github.com/polyxmedia/mnemos",
  "homepage": "https://github.com/polyxmedia/mnemos",
  "license": "MIT",
  "keywords": [
    "memory",
    "mcp",
    "claude-code",
    "persistent-memory",
    "agent-memory",
    "knowledge-graph",
    "context",
    "skill",
    "observations",
    "provenance",
    "learning-loop",
    "golang"
  ]
}