Stats
Actions
Tags
From memtomem
Local memory and knowledge management MCP server for Claude. Enables persistent storage, retrieval, and updating of contextual information across sessions. Configured via MEMTOMEM_TOOL_MODE environment variable.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"memtomem": {
"command": "uvx",
"args": [
"--from",
"memtomem==0.3.11",
"memtomem-server"
],
"env": {
"MEMTOMEM_TOOL_MODE": "core"
}
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
MEMTOMEM_TOOL_MODE=corenpx claudepluginhub memtomem/memtomem --plugin memtomem