Skip to main content
Glama

AINative ZeroDB MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZERODB_API_URLNoZeroDB API endpointhttps://api.ainative.studio/api/v1
ZERODB_PASSWORDNoAuthentication password
ZERODB_USERNAMENoAuthentication username
ZERODB_API_TOKENNoAPI token (if available)
ZERODB_PROJECT_IDNoYour project identifier
MCP_CONTEXT_WINDOWNoContext window size8192
MCP_RETENTION_DAYSNoData retention period30

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
zerodb_store_memory

Store agent memory in ZeroDB for persistent context

zerodb_search_memory

Search agent memory using semantic similarity

zerodb_get_context

Get agent context window for current session

zerodb_store_vector

Store vector embedding with metadata (must be exactly 1536 dimensions)

zerodb_search_vectors

Search vectors using semantic similarity

zerodb_renew_token

Manually renew authentication token

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