Persistent AI Memory provides local storage for AI agents, LLMs, or VS Code Copilot. It exposes tools for reading, writing, and querying data from a local database. Connects to SQLite for data persistence. Useful for developers building AI assistants that need to retain context across sessions or manage project-specific data.
Persistent AI Memory provides local storage for AI agents, LLMs, or VS Code Copilot. It exposes tools for reading, writing, and querying data from a local database. Connects to SQLite for data persistence. Useful for developers building AI assistants that need to retain context across sessions or manage project-specific data.
pip install persistent-ai-memoryAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"savantskie-persistent-ai-memory-github": {
"command": "uvx",
"args": [
"pip install persistent-ai-memory"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from persistent ai memory?"
No configuration required. This server works out of the box.
"What resources are available in persistent ai memory?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in persistent ai memory"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in persistent ai memory 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.