Skip to content

mem0ai/mem0

v0.3.1Apache-2.0

Cross-session memory and token savings for coding agents.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

mem0stdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "${PLUGIN_ROOT}/core/mcp_server.py"
  ]
}

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": "mem0",
  "version": "0.3.1",
  "description": "Cross-session memory and token savings for coding agents.",
  "author": {
    "name": "Mem0",
    "email": "support@mem0.ai"
  },
  "homepage": "https://docs.mem0.ai/integrations",
  "repository": "https://github.com/mem0ai/mem0",
  "license": "Apache-2.0",
  "keywords": [
    "memory",
    "coding-agents",
    "continual-learning",
    "token-efficiency"
  ]
}