
Cognio
Supports UIby thianvelaz
Persistent semantic memory server enabling long-term context retention and search across AI sessions.
What it does
Cognio provides a persistent semantic memory layer for AI agents, allowing them to retain information across different conversations. By using a vector-based storage system, it enables meaningful semantic search, ensuring that the AI can recall relevant facts and context from past interactions.
Tools
store_memory: Saves a piece of information to the persistent semantic database.retrieve_memory: Performs a semantic search to find relevant past context based on the current query.clear_memory: Removes specific or all stored memories.
Installation
Install the required dependencies:
pip install -r requirements.txt
Configure your claude_desktop_config.json:
{
"mcpServers": {
"cognio": {
"command": "python",
"args": ["/path/to/cognio/src/main.py"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install -r requirements.txtInformation
- Pricing
- free
- Published
- 5/4/2026
- stars





