AINative-Studio/ainative-zerodb-memory-mcp
AINative ZeroDB Memory MCP Server - 6 optimized tools for agent memory with smart context management, semantic search, and automatic pruning. 92% smaller than monolithic server.
Persistent Memory for AI Agents
Optimized MCP server providing 6 focused tools for agent memory management with advanced context window optimization, semantic search, and cross-session memory.
Before: Monolithic server with 77 tools consuming 10,400+ tokens After: Focused server with 6 tools consuming ~800 tokens Result: 92% reduction in context footprint, faster agent decisions, better accuracy
# Clone repository
git clone https://github.com/ainative/zerodb-memory-mcp.git
cd zerodb-memory-mcp
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Edit .env with your credentials
# Test locally
npm startexport ZERODB_API_URL="http://localhost:8000" # or cloud URL
export ZERODB_USERNAME="your-email@example.com"
export ZERODB_PASSWORD="your-password"
export ZERODB_PROJECT_ID="your-project-id"{
"mcpServers": {
"zerodb-memory": {
"command": "node",
"args": ["/path/to/zerodb-memory-mcp/index.js"],
"env": {
"ZERODB_API_URL": "http://localhosLoading reviews...