Pi extension for Cognee AI memory — supports both direct SDK and MCP bridge modes. Remember, recall, forget, and manage knowledge graphs from your
Pi extension for Cognee AI memory — supports both direct SDK and MCP bridge modes. Remember, recall, forget, and manage knowledge graphs from your coding agent. The pi mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 9 defined tools rather than through you.
Cognee AI memory for Pi — your coding agent with persistent, queryable knowledge graph memory.
Everything the assistant can do here goes through one of these:
cognee_health — Check connectivitycognee_remember — Store text in memorycognee_recall — Search memorycognee_forget — Delete datasets or all memorycognee_datasets — List datasetscognee_dataset_data — List items in a datasetcognee_create_dataset — Create a new datasetcognee_client_info — Show client identity and modecognee_cognify_file — Ingest a file (base64)Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Pi's toolset — cognee_health, cognee_remember, cognee_recall and 6 more — is a fair guide to whether it matches your workflow. It is maintained by kerryhatcher; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| cognee_health | Check connectivity |
| cognee_remember | Store text in memory |
| cognee_recall | Search memory |
| cognee_forget | Delete datasets or all memory |
| cognee_datasets | List datasets |
| cognee_dataset_data | List items in a dataset |
| cognee_create_dataset | Create a new dataset |
| cognee_client_info | Show client identity and mode |
| cognee_cognify_file | Ingest a file (base64) |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.