GrantAi
Long-term Memory for AI. On Device. Secure. Coding tools, AI Agents. Instant Recall. Precise.
README
<h1 align="center">GrantAi</h1>
<p align="center"> <strong>Infinite Memory for AI</strong><br> Local. Private. Secure. </p>
<p align="center"> <a href="https://solonai.com/grantai">Website</a> • <a href="https://solonai.com/grantai/download">Download</a> • <a href="https://solonai.com/pricing">Pricing</a> • <a href="https://solonai.com/help/grantai">Documentation</a> </p>
What is GrantAi?
GrantAi is the shared memory layer for AI agents.
Coordination frameworks are everywhere — CrewAI, AutoGen, LangGraph. But agents still lose everything when a session ends. Context windows reset. Knowledge evaporates. Each agent starts from zero.
GrantAi solves this:
- Persistent Memory — Knowledge survives sessions, accumulates over time
- Shared Across Agents — Multiple AI tools read and write to the same brain
- 12ms Recall — Sub-second retrieval regardless of memory size
- 100% Local — Your data never leaves your machine
- AES-256 Encrypted — Secure at rest, zero data egress
Quick Start
macOS / Linux (Native)
# 1. Download from https://solonai.com/grantai/download
# 2. Extract and install
./install.sh YOUR_LICENSE_KEY
# 3. Restart your AI tool (Claude Code, Cursor, etc.)
Docker (All Platforms)
docker pull ghcr.io/solonai-com/grantai-memory:1.8.5
Add to your Claude Desktop config (~/.config/Claude/claude_desktop_config.json):
{
"mcpServers": {
"grantai": {
"command": "docker",
"args": ["run", "-i", "--rm", "--pull", "always",
"-v", "grantai-data:/data",
"-e", "GRANTAI_LICENSE_KEY=YOUR_KEY",
"ghcr.io/solonai-com/grantai-memory:1.8.5"]
}
}
}
Supported Platforms
| Platform | Method | Status |
|---|---|---|
| macOS (Apple Silicon) | Native | ✅ |
| Linux (x64) | Native | ✅ |
| Windows | Docker | ✅ |
| All Platforms | Docker | ✅ |
MCP Tools
GrantAi provides these tools to your AI:
| Tool | Description |
|---|---|
grantai_infer |
Query memory for relevant context |
grantai_teach |
Store content for future recall |
grantai_learn |
Import files or directories |
grantai_health |
Check server status |
grantai_summarize |
Store session summaries |
grantai_project |
Track project state |
grantai_snippet |
Store code patterns |
grantai_git |
Import git commit history |
grantai_capture |
Save conversation turns for continuity |
Multi-Agent Memory Sharing
Multiple agents can share knowledge through GrantAi's memory layer.
Basic shared memory (no setup required)
# Any agent stores
grantai_teach(
content="API rate limit is 100 requests/minute.",
source="api-notes"
)
# Any agent retrieves
grantai_infer(input="API rate limiting")
All agents read from and write to the same memory pool. No configuration needed.
With agent attribution (optional)
Use speaker to track which agent stored what, and from_agents to filter retrieval:
# Store with identity
grantai_teach(
content="API uses Bearer token auth.",
source="api-research",
speaker="researcher" # optional
)
# Retrieve from specific agent
grantai_infer(
input="API authentication",
from_agents=["researcher"] # optional filter
)
When to use speaker
| Scenario | Use speaker? | Why |
|---|---|---|
| Shared knowledge base | No | All contributions equal, no filtering needed |
| Session continuity | No | Same context, just persist and retrieve |
| Research → Code handoff | Yes | Coder filters for researcher's findings only |
| Role-based trust | Yes | Security agent's input treated differently |
Framework integration
GrantAi works with any MCP-compatible client. Point your agents at the same GrantAi instance:
{
"mcpServers": {
"grantai": {
"command": "docker",
"args": ["run", "-i", "--rm", "--pull", "always",
"-v", "grantai-data:/data",
"-e", "GRANTAI_LICENSE_KEY=YOUR_KEY",
"ghcr.io/solonai-com/grantai-memory:1.8.5"]
}
}
}
All agents using this config share the same memory volume (grantai-data).
Pricing
- Free Trial — 30 days, no credit card required
- Personal — $29/month or $299/year
- Team — $25/seat/month
Documentation
Support
- Issues — Open an issue
- Email — support@solonai.com
License
GrantAi is proprietary software. See Terms of Service.
<p align="center"> <a href="https://solonai.com/grantai">Get Started →</a> </p>
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。