a year ago
mem0 MCP Server bridges MCP Host applications and the mem0 cloud service, enabling structured project memory management and semantic search for project-related information.
Server Config
{
"mcpServers": {
"mem0": {
"command": "pipx",
"args": [
"run",
"mem0-mcp-for-pm",
"--log=off"
],
"env": {
"MEM0_API_KEY": "{your_key}"
}
}
}
}