MCP Directory
Back

aivectormemory

by Edlineas · Python · ★ 84

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.

#claudecode#claudecode-hooks#cursor#kiro#openclaw#openclaw-plugin#opencode#opencode-plugin#opencode-skills#vscode-extension#windsurf

Install

pip install git+https://github.com/Edlineas/aivectormemory.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "aivectormemory": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Edlineas/aivectormemory.git"
      ]
    }
  }
}

From the README

🌐 [简体中文](docs/README.zh-CN.md) | [繁體中文](docs/README.zh-TW.md) | English | [Español](docs/README.es.md) | [Deutsch](docs/README.de.md) | [Français](docs/README.fr.md) | [日本語](docs/README.ja.md) AIVectorMemory Give your AI coding assistant a memory — Cross-session persistent memory MCP Server ------|-------------| | 🧠 **Cross-Session Memory** | Your AI finally remembers your project — pitfalls, decisions, conventions all persist across sessions | | 🔍 **Hybrid Smart Search** | FTS5 full-text + vector semantic dual-path search, RRF fusion ranking + composite scoring (r…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers