{ "$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json", "mcpServers": { "mem0": { "type": "stdio", "command": "python3", "args": [ "${PLUGIN_ROOT}/core/mcp_server.py" ] } } }