Provides community support through Discord for the ZeroDB MCP server
Hosts the source code repository and issue tracking for the ZeroDB MCP server
Distributes the ZeroDB MCP server package for installation and dependency management
🚀 AINative ZeroDB MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with vector search and persistent memory capabilities using ZeroDB.
Features
🧠 Persistent Memory - Store and retrieve context across sessions
🔍 Vector Search - Semantic similarity search across documents
📊 Analytics - Query insights and usage patterns
🔐 Project Isolation - Separate data by project
⚡ High Performance - Optimized for real-time AI interactions
Quick Start
Installation
Add to Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json
):
Add to Claude Code
Available Tools
zerodb_store_memory
Store agent memory for persistent context across sessions.
zerodb_retrieve_memory
Retrieve stored memories and context.
zerodb_search
Semantic search across stored documents and memories.
zerodb_store_vector
Store embeddings for vector similarity search.
zerodb_analytics
Query analytics and insights.
Configuration
Environment Variables
Variable | Description | Default |
| ZeroDB API endpoint |
|
| Your project identifier | Required |
| Authentication username | Required |
| Authentication password | Required |
| API token (if available) | Optional |
| Context window size |
|
| Data retention period |
|
Usage Examples
With Claude Desktop
Once configured, you can use natural language:
"Remember that the user prefers dark mode"
"What do you know about my preferences?"
"Search for information about API documentation"
"Show me analytics for the last week"
Programmatic Usage
Development
Architecture
The ZeroDB MCP Server integrates with:
ZeroDB API - Vector database backend
MCP Protocol - Communication with AI assistants
Token Management - Automatic token renewal
Error Handling - Graceful fallbacks
Contributing
Fork the repository
Create your feature branch (
git checkout -b feature/amazing-feature
)Commit your changes (
git commit -m 'Add amazing feature'
)Push to the branch (
git push origin feature/amazing-feature
)Open a Pull Request
License
MIT License - see LICENSE file for details
Support
📧 Email: support@ainative.studio
💬 Discord: Join our community
🐛 Issues: GitHub Issues
Related Projects
Made with ❤️ by AINative Studio
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Provides AI assistants with vector search and persistent memory capabilities using ZeroDB. Enables storing and retrieving context across sessions, semantic document search, and analytics through natural language interactions.