ainative-memory-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZERODB_API_KEY | No | ZeroDB API key (auto-provisions if missing) | |
| ZERODB_API_URL | No | API URL (default: https://api.ainative.studio) | |
| ZERODB_PROJECT_ID | No | ZeroDB project ID |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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