GrantAi Documentation
Installation guides, troubleshooting, and FAQs
Quick Start
Download GrantAi
Download the installer for your platform (Windows, macOS, or Linux).
Install GrantAi
Run the installer. No license key required — 30-day free trial starts automatically.
Restart your AI tool
Restart Claude Code, Claude Desktop, Cursor, or your MCP-compatible AI tool. GrantAi memory will be available automatically.
Using GrantAi
Get to your first "aha" moment in under 2 minutes
1Store something
In Claude Code or your AI tool, just say:
2Ask about it later
Tomorrow, next week, or next month — ask:
3Instant, exact recall
GrantAi returns the exact answer in milliseconds — no re-explaining, no context loss, no "I don't have access to previous conversations." That's the aha moment.
Core Tools
These four tools handle 90% of daily use:
grantai_inferQuery your memory for relevant context
"What do you know about our auth system?"
grantai_teachStore facts, decisions, and context
"Remember that deploys require VPN"
grantai_learnImport files or entire directories
"Learn the src/components folder"
grantai_summarizeCapture session summaries for continuity
"Summarize what we accomplished today"
All Tools Reference
Click to expand each tool's documentation:
Multi-Agent & Speaker Attribution
Coordinate multiple AI agents with shared memory
When multiple AI agents share the same GrantAi memory, use speaker attribution to track who stored what. This enables agent swarms to coordinate research, development, and review tasks without confusion.
How agents should store memories:
// When storing, include the speaker parameter:
grantai_teach(
content: "API rate limit is 1000/min",
source: "api_config",
speaker: "agent_researcher" // ← Identifies who stored this
)
How to query by speaker:
// Query memories from specific agents:
grantai_infer(
input: "API rate limits",
from_agents: ["agent_researcher"] // ← Only this agent
)
// Or use wildcards:
grantai_infer(
input: "API rate limits",
from_agents: ["agent_*"] // ← All agents matching pattern
)
Recommended speaker naming conventions:
agent_researcherFor research/discovery tasks
agent_developerFor implementation tasks
agent_reviewerFor code review tasks
agent_plannerFor planning/architecture
Installation Guides
Windows (Native)
Recommended for Windows users
1. Download the Windows installer
2. Run GrantAi-Setup.exe
3. The installer auto-configures Claude Code, Claude Desktop, and Cursor
4. Restart your AI tool — 30-day free trial starts automatically
macOS (Native)
Recommended for M1/M2/M3 Macs
1. Download the macOS package
2. Extract the ZIP file
3. Open Terminal and run:
4. Restart Claude Code or Claude Desktop — 30-day free trial starts automatically
Linux (Native)
Ubuntu 22.04+ / Debian 12+
1. Download the Linux package
2. Extract and run:
3. Restart your terminal and AI tool — 30-day free trial starts automatically
Docker (All Platforms)
Works on macOS, Linux, and Windows
Pull the image:
Troubleshooting
GrantAi tools not showing up
Make sure you've restarted your AI tool (Claude Code, Claude Desktop, Cursor) after installation. The MCP server must be registered before tools become available.
Trial not starting automatically
Make sure you have an internet connection on first run. The 30-day free trial activates automatically — no license key needed. If issues persist, restart your AI tool and try again.
Docker: "image not found"
Make sure Docker Desktop is running. Then pull the image manually: docker pull ghcr.io/solonai-com/grantai-memory:1.8.7
Windows: Native installer available
Download the Windows installer for the best experience. The installer auto-configures Claude Code, Claude Desktop, and Cursor. Docker is also available as an alternative.
Frequently Asked Questions
Still need help?
Contact our support team