Odel
GrantAi Memory

GrantAi Memory

Local
@solonai-comUpdated 5mo ago

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).

MCP Bundlehttps://github.com/solonai-com/grantai/releases/download/v1.8.5/grantai-mcp-macos-arm64.zip

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.

MCP Bundlehttps://github.com/solonai-com/grantai/releases/download/v1.8.5/grantai-mcp-linux-x64.zip

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.

Dockerghcr.io/solonai-com/grantai-memory:1.8.5

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"
      ]
    }
  }
}