MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

aivectormemory 是一款基于 Model Context Protocol (MCP) 开发的轻量级内存管理工具。它专门为 Claude、OpenCode、Cursor 和 主流IDE 编程工具设计,通过向量数据库技术解决 AI 在不同对话会话中「健忘」的问题。aivectormemory: A lightweight MCP Server enabling persistent, cross-session memory for AI-powered IDEs via vector search.

Created 2/14/2026
Updated 10 days ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Install Package (if required)

uvx aivectormemory

Cursor configuration (mcp.json)

{ "mcpServers": { "edlineas-aivectormemory": { "command": "uvx", "args": [ "aivectormemory" ] } } }