SimpleMem provides a memory management system for LLM agents. It exposes tools for storing, retrieving, and managing memories over time. It connects to local storage and integrates with LLM agents. Developers use it to build agents that remember past interactions and learn from them.
SimpleMem provides a memory management system for LLM agents. It exposes tools for storing, retrieving, and managing memories over time. It connects to local storage and integrates with LLM agents. Developers use it to build agents that remember past interactions and learn from them.
pip install SimpleMemAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"aiming-lab-simplemem-github": {
"command": "uvx",
"args": [
"pip install SimpleMem"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from SimpleMem?"
API Key Required
This server requires an API key from SimpleMem. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| SIMPLEMEM_API_KEY | Yes | Your SimpleMem API key |
"What resources are available in SimpleMem?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in SimpleMem"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in SimpleMem with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.