MCP server that provides cross-session persistent memory for AI coding assistants using local vector database and semantic search, enabling automatic recall of project context, issues, and tasks.
{
"mcpServers": {
"aivectormemory": {
"command": "uvx",
"args": [
"aivectormemory"
]
}
}
}