Skip to main content
Glama

cognee-mcp

StatusIndicator.tsx666 B
export default function StatusIndicator({ status }: { status: "DATASET_PROCESSING_COMPLETED" | string }) { const statusColor = { DATASET_PROCESSING_STARTED: "#ffd500", DATASET_PROCESSING_INITIATED: "#ffd500", DATASET_PROCESSING_COMPLETED: "#53ff24", DATASET_PROCESSING_ERRORED: "#ff5024", }; const isSuccess = status === "DATASET_PROCESSING_COMPLETED"; return ( <div style={{ width: "16px", height: "16px", borderRadius: "4px", background: statusColor[status as keyof typeof statusColor], }} title={isSuccess ? "Dataset cognified" : "Cognify data in order to explore it"} /> ); }

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