memini-ai
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@memini-airecall what we learned about the authentication module"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
memini-ai
Local-first memory for AI coding agents. Three MCP tools: remember, recall, orient.
Postgres + pgvector for storage, BGE-M3 embeddings on CPU, hybrid vector + full-text search.
Quick start
uv tool install memini-ai --index https://download.pytorch.org/whl/cpu --index-strategy unsafe-best-match
memini-ai db up # pgvector/pgvector:pg18 on 127.0.0.1:5555
memini-ai migrate # optional; serve applies migrations on first connection
memini-ai warm # one-time ~2.2 GB BGE-M3 download, then embeds one stringThe --index flags install CPU torch instead of the default CUDA build. Run warm before wiring
up a client: the first remember or recall would otherwise download BGE-M3 (about 2.2 GB) inside
a tool call and time out until it finishes.
Then, from the project you want memory for:
cd ~/Projects/my-repo
memini-ai init --client claude-code --project my-repoRestart the client and call orient.
Related MCP server: ContextAtlas
Docs
License
MIT. See LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Cross-tool persistent memory and context for AI assistants over MCP.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search code by meaning, explore codebase structure, store and query knowledge with temporal facts, and read source code through a set of MCP tools.248 npm7MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI coding agents to retrieve and manage code context with hybrid search, project memory, and observability via MCP tools.29MIT
- AlicenseNot gradedqualityBmaintenanceProvides AI agents with persistent knowledge storage, enabling them to store, search, and retrieve text, documents, and files using semantic and keyword search via MCP tools.32Apache 2.0
- AlicenseNot gradedqualityAmaintenanceProvides persistent memory for AI coding agents via MCP, enabling agents to store and semantically recall facts, events, and lessons across sessions, all running locally without cloud dependencies.Apache 2.0