Agent Plugins Marketplace
All plugins

nowledge-mem

v0.1.0

Cross-tool memory for AI agents through Nowledge Mem skills and MCP.

Agent Plugins7 Skills1 MCP serverStreamable HTTP

By Nowledge LabsLicense: MIT177 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
8 skill or MCP entries
Source updated
Sep 20, 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

Get the plugin

git clone https://github.com/nowledge-co/community

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

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

nowledge-mem-agent-plugin/
├── plugin.json
├── skills/check-integration/SKILL.md
├── skills/distill-memory/SKILL.md
├── skills/read-working-memory/SKILL.md
├── skills/save-handoff/SKILL.md
├── skills/save-thread/SKILL.md
├── skills/search-memory/SKILL.md
├── skills/status/SKILL.md
└── mcp.json

Included Skills7

check-integrationskills/check-integration/SKILL.md

Check Nowledge Mem setup, detect your agent, and guide native connector setup. Use when the user asks about setup, configuration, or when memory tools aren't working as expected.

distill-memoryskills/distill-memory/SKILL.md

Capture breakthrough moments and valuable insights as searchable memories in your knowledge base.

read-working-memoryskills/read-working-memory/SKILL.md

Read your daily Working Memory briefing to understand current context. Contains active focus areas, priorities, unresolved flags, and recent knowledge changes. Load this automatically at the beginning of sessions for cross-tool continuity.

save-handoffskills/save-handoff/SKILL.md

Save a concise handoff summary only when the user explicitly requests it. Use this for resumable progress notes in generic agent environments where a real session importer is not guaranteed.

save-threadskills/save-thread/SKILL.md

Deprecated compatibility skill. In portable Agent Plugins environments this must degrade honestly to a resumable handoff, because real transcript-backed thread import is not guaranteed. Prefer save-handoff here, and use native connectors when you need actual session capture.

search-memoryskills/search-memory/SKILL.md

Search your personal knowledge base when past insights would improve response. Recognize when stored breakthroughs, decisions, or solutions are relevant. Search proactively based on context, not just explicit requests.

statusskills/status/SKILL.md

Check Nowledge Mem connection status, server version, CLI version, and configuration. Use when diagnosing issues or verifying setup.

MCP servers1

nowledge-memStreamable HTTP
url
http://127.0.0.1:14242/mcp

Plugin manifests1

nowledge-mem-agent-plugin/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "nowledge-mem",
  "version": "0.1.0",
  "description": "Cross-tool memory for AI agents through Nowledge Mem skills and MCP.",
  "author": {
    "name": "Nowledge Labs",
    "email": "[email protected]",
    "url": "https://mem.nowledge.co"
  },
  "homepage": "https://mem.nowledge.co/docs/integrations/agent-plugins",
  "repository": "https://github.com/nowledge-co/community/tree/main/nowledge-mem-agent-plugin",
  "license": "MIT",
  "keywords": [
    "memory",
    "mcp",
    "agent-skills",
    "context",
    "knowledge",
    "nowledge"
  ]
}

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

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