Skip to main content
Glama
AINative-Studio

ainative-memory-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZERODB_API_KEYNoZeroDB API key (auto-provisions if missing)
ZERODB_API_URLNoAPI URL (default: https://api.ainative.studio)
ZERODB_PROJECT_IDNoZeroDB project ID

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_entitiesA

Create multiple new entities in the knowledge graph. Entities are the fundamental nodes with a name, type, and list of observations. Stored in ZeroDB cloud — persists across sessions and devices.

create_relationsA

Create multiple new relations between entities in the knowledge graph. Relations should be in active voice.

add_observationsB

Add new observations to existing entities in the knowledge graph.

delete_entitiesA

Delete multiple entities and their associated relations from the knowledge graph.

delete_observationsB

Delete specific observations from entities in the knowledge graph.

delete_relationsB

Delete multiple relations from the knowledge graph.

read_graphA

Read the entire knowledge graph from ZeroDB cloud storage.

search_nodesA

Search for nodes in the knowledge graph based on a text query. Matches against entity names, types, and observation content (case-insensitive substring match).

open_nodesB

Open specific nodes in the knowledge graph by their names.

search_nodes_semanticA

Search for nodes in the knowledge graph using semantic vector similarity. Unlike search_nodes which does exact text matching, this finds entities by meaning — e.g., searching "machine learning frameworks" would find entities about "PyTorch" or "TensorFlow" even without those exact words.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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-memory-mcp'

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