entityType
(string): Type/category of the entity
How to use it
entityType is exposed by the MCP Memory Sqlite MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the entityType tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Memory Sqlite
npm install mcp-memory-sqliteOther tools in MCP Memory Sqlite (19)
Searches ignore case differences
Create or update entities with observations.
Create relationships between entities. Duplicate relations (same
Delete an entity and all associated data (observations and relations).
Delete a specific relation between entities.
Array of entity objects
The requested entity
Get an entity along with all its relations and directly connected
(number, optional): Maximum results to return (default: 10,
(string): Unique entity identifier
(string[]): Array of observation strings
(string): Text to search for
Get recent entities and their relations (returns last 10 entities by
All entities connected to this one
Array of relation objects
Search for entities and their relations using text search with
(string): Source entity name
(string): Target entity name
(string): Relationship type