Skip to main content
Glama

AINative ZeroDB MCP Server

zerodb_store_memory

Store agent conversation memory in persistent database to maintain context across sessions for continuous AI interactions.

Instructions

Store agent memory in ZeroDB for persistent context

Input Schema

NameRequiredDescriptionDefault
agent_idNoAgent identifier (auto-generated if not provided)
contentYesMemory content to store
metadataNoAdditional metadata
roleYesMessage role
session_idNoSession identifier (auto-generated if not provided)

Input Schema (JSON Schema)

{ "properties": { "agent_id": { "description": "Agent identifier (auto-generated if not provided)", "type": "string" }, "content": { "description": "Memory content to store", "type": "string" }, "metadata": { "description": "Additional metadata", "type": "object" }, "role": { "description": "Message role", "enum": [ "user", "assistant", "system" ], "type": "string" }, "session_id": { "description": "Session identifier (auto-generated if not provided)", "type": "string" } }, "required": [ "content", "role" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AINative-Studio/ainative-zerodb-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server