Fast, sub millisecond, local on device long term memory for LLMs, Coding Tools and AI Agents. Recall exact details from yesterday of five years ago. Install in 5 minutes.
Server Config
{
"mcpServers": {
"grantai": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GRANTAI_LICENSE_KEY",
"ghcr.io/solonai-com/grantai-memory:1.8.7"
],
"env": {
"GRANTAI_LICENSE_KEY": "<YOUR_LICENSE_KEY>"
}
}
}
}