ZeroDB Agent Memory MCP Server
Rank #65,823io.github.AINative-Studio/ainative-zerodb-memory-mcp
ZeroDB agent-memory MCP — 18 tools: memory + write-back to Slack, Gmail, Calendar, GitHub.
ZeroDB Agent Memory MCP Server is a Model Context Protocol (MCP) server published by AINative-Studio. It ranks #65,823 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ZeroDB Agent Memory MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 1, 2026 and most recently updated on Aug 1, 2026.
Ranks ahead of 49,768 of 115,591 servers on MCP Toplist.
Use ZeroDB Agent Memory MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ainative-zerodb-memory-mcp -- npx -y ainative-zerodb-memory-mcp[mcp_servers.ainative-zerodb-memory-mcp]
command = "npx"
args = ["-y", "ainative-zerodb-memory-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ainative-zerodb-memory-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-zerodb-memory-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ainative-zerodb-memory-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-zerodb-memory-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ainative-zerodb-memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ainative-zerodb-memory-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ainative-zerodb-memory-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-zerodb-memory-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ainative-zerodb-memory-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-zerodb-memory-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AINative-Studio%2Fainative-zerodb-memory-mcp)<a href="https://mcptoplist.com/server/io.github.AINative-Studio%2Fainative-zerodb-memory-mcp"><img src="https://mcptoplist.com/badge/io.github.AINative-Studio%2Fainative-zerodb-memory-mcp.svg" alt="MCP Toplist: #65,823 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
AINative-Studio
Other servers by AINative-Studio
- AINative Strapi MCP Server#38,076 · 1 ver
- ainative-memory-mcp#42,415 · 1 ver
- ainative-postgres-mcp#42,416 · 1 ver
- ainative-opencode-memory-mcp#46,217 · 1 ver
- AINative PRD Generator MCP Server#57,583 · 1 ver
- @ainative/browser-mcp#65,821 · 1 ver
- @ainative/gtm-mcp#65,822 · 1 ver
- AINative ZeroDB MCP Server#77,522
Available versions (1)
| Version | Published |
|---|---|
| 1.2.7 | Aug 1, 2026 |
Frequently asked questions
- Who maintains ZeroDB Agent Memory MCP Server?
- ZeroDB Agent Memory MCP Server is maintained by AINative-Studio, which publishes 9 MCP servers (8 total versions) tracked on MCP Toplist.
- Is ZeroDB Agent Memory MCP Server listed on the Official MCP Registry?
- Yes — ZeroDB Agent Memory MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does ZeroDB Agent Memory MCP Server have?
- MCP Toplist tracks 1 version of ZeroDB Agent Memory MCP Server, most recently published on Aug 1, 2026.
- Where can I find the source code for ZeroDB Agent Memory MCP Server?
- The source code for ZeroDB Agent Memory MCP Server is hosted at github.com/AINative-Studio/ainative-zerodb-memory-mcp.