nowledge-co/nowledge-mem
v0.1.0MIT
Cross-tool memory for AI agents through Nowledge Mem skills and MCP.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
nowledge-memstreamable-http
{
"type": "streamable-http",
"url": "http://127.0.0.1:14242/mcp/"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$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": "hello@nowledge.co",
"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"
]
}