cognee-mcp

cognify

Cognifies text into knowledge graph

Input Schema

NameRequiredDescriptionDefault
graph_model_fileNoThe path to the graph model file
graph_model_nameNoThe name of the graph model
textYesThe text to cognify

Input Schema (JSON Schema)

{ "properties": { "graph_model_file": { "description": "The path to the graph model file", "type": "string" }, "graph_model_name": { "description": "The name of the graph model", "type": "string" }, "text": { "description": "The text to cognify", "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools