qxZap/mongo-memory-mcp
MCP server for LLM memories backed by MongoDB. Exposes tools for agents to save, retrieve, search, and manage memories and conversation context.
Platform-specific configuration:
{
"mcpServers": {
"mongo-memory-mcp": {
"command": "npx",
"args": [
"-y",
"mongo-memory-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...