AgentHubAgentHub

GrantAi Memory

MCP ServerMCP Registry官方收录

com.solonai/grantai · v1.8.6

Persistent memory for AI agents. Infinite context with sub-millisecond recall.

概览

GrantAi Memory 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "grantai": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/solonai-com/grantai-memory:1.8.5"
      ],
      "env": {
        "GRANTAI_LICENSE_KEY": "<GRANTAI_LICENSE_KEY>"
      }
    }
  }
}

环境变量

GRANTAI_LICENSE_KEY必填secret

Your GrantAi license key (get one free at solonai.com/grantai/signup)

GRANTAI_LICENSE_KEY必填secret

Your GrantAi license key (get one free at solonai.com/grantai/signup)

GRANTAI_LICENSE_KEY必填secret

Your GrantAi license key (get one free at solonai.com/grantai/signup)

相关资源

统一 Manifest

{
  "id": "com.solonai/grantai",
  "type": "mcp-server",
  "version": "1.8.6",
  "displayName": "GrantAi Memory",
  "description": "Persistent memory for AI agents. Infinite context with sub-millisecond recall.",
  "repository": {
    "url": "https://github.com/solonai-com/grantai",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/solonai-com/grantai/releases/download/v1.8.5/grantai-mcp-macos-arm64.zip",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GRANTAI_LICENSE_KEY",
            "description": "Your GrantAi license key (get one free at solonai.com/grantai/signup)",
            "isRequired": true,
            "isSecret": true
          }
        ]
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/solonai-com/grantai/releases/download/v1.8.5/grantai-mcp-linux-x64.zip",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GRANTAI_LICENSE_KEY",
            "description": "Your GrantAi license key (get one free at solonai.com/grantai/signup)",
            "isRequired": true,
            "isSecret": true
          }
        ]
      },
      {
        "registryType": "oci",
        "identifier": "ghcr.io/solonai-com/grantai-memory:1.8.5",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GRANTAI_LICENSE_KEY",
            "description": "Your GrantAi license key (get one free at solonai.com/grantai/signup)",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.solonai/grantai",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.solonai%2Fgrantai/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
GrantAi Memory — MCP Server 安装与配置 · AgentHub