ainative-memory-mcp

MCP serverSearch

Cloud-persistent, semantic-search memory MCP — drop-in for server-memory, backed by ZeroDB.

This server has no hosted endpoint yet, so ahel can't serve it. You can still add it. It stays paused until ahel can serve it.

Serve it through your gateway

One link, every agent. Your own credentials, stored once.

Tools it gives your agents (10)

ToolWhat it does
create_entitiesCreate 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_relationsCreate multiple new relations between entities in the knowledge graph. Relations should be in active voice.
add_observationsAdd new observations to existing entities in the knowledge graph.
delete_entitiesDelete multiple entities and their associated relations from the knowledge graph.
delete_observationsDelete specific observations from entities in the knowledge graph.
delete_relationsDelete multiple relations from the knowledge graph.
read_graphRead the entire knowledge graph from ZeroDB cloud storage.
search_nodesSearch for nodes in the knowledge graph based on a text query. Matches against entity names, types, and observation content (case-insensitive substring match).
open_nodesOpen specific nodes in the knowledge graph by their names.
search_nodes_semanticSearch 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...

Signals

Last commit
Aug 2026
Weekly downloads
147
Tools captured
10