Edlineas/aivectormemory
aivectormemory 是一款基于 Model Context Protocol (MCP) 开发的OpenClaw、OpenCode、ClaudeCodeAI记忆管理工具。它专门为 Claude、OpenCode、Cursor 和 主流IDE 编程工具设计,通过向量数据库技术解决 AI 在不同对话会话中「健忘」的问题。aivectormemory: A lightweight MCP Server enabling persistent, cross-session memory for AI-powered IDEs via vector search.
Platform-specific configuration:
{
"mcpServers": {
"aivectormemory": {
"command": "npx",
"args": [
"-y",
"aivectormemory"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...