M
MCP Memory Libsql
作者 @spences10
🧠 High-performance persistent memory system for Model Context Protocol (MCP) powered by libSQL. Features vector search, semantic knowledge storage, and efficient relationship management - perfect for AI agents and knowledge graph applications.
创建于 1/14/2025
更新于 7 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装包 (如果需要)
npx mcp-memory-libsql
Cursor 配置 (mcp.json)
{
"mcpServers": {
"spences10-mcp-memory-libsql": {
"command": "npx",
"args": [
"mcp-memory-libsql"
]
}
}
}