cognee-mcp

cognify

Transforms text into a knowledge graph using specified graph models, enabling structured data representation and analysis for AI applications and agents on the cognee-mcp server.

Instructions

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 from cognee-mcp

Related Tools

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/topoteretes/cognee'

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