★ 0 stars
Python
🤖 AI/LLM
Updated today
Adaptive AI Memory Platform — Self-hosted MCP server that gets smarter as you use it. Hybrid search, neural memory graph, AI reranking, and web UI. Built with FastAPI, Next.js, PostgreSQL, and Qdrant.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"memory-cloud": {
"command": "uvx",
"args": [
"memory-cloud"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add memory-cloud uvx memory-cloud
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"memory-cloud": {
"command": "uvx",
"args": [
"memory-cloud"
]
}
}
}
📋 Copy
Or install with pip: pip install memory-cloud
Topics
adaptive-memory ai-agents docker fastapi hybrid-search japanese llm mcp mcp-server multilingual neural-memory nextjs ollama postgresql python