Persistent memory for AI agents. Infinite context with sub-millisecond recall.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Distributed as an MCP bundle (`https://github.com/solonai-com/grantai/releases/download/v1.8.5/grantai-mcp-macos-arm64.zip`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/solonai-com/grantai/releases/download/v1.8.5/grantai-mcp-linux-x64.zip`) — download it and import the bundle in your MCP client.
Run
docker run -i --rm ghcr.io/solonai-com/grantai-memory:1.8.5
MCP client config
{
"mcpServers": {
"grantai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/solonai-com/grantai-memory:1.8.5"
]
}
}
}