Preparing your workspace…
Preparing your workspace…
Search your Google Sheets history, sync documents, and run background agents with GreatArrow.ai's secure, zero-config Model Context Protocol (MCP) server.
Instead of running local scripting proxies or dealing with complex API tokens on every machine, GreatArrow.ai handles credentials, rate limiting, and background synchronizations in a secure multi-tenant environment.
Status: Enterprise Ready
Tokens are encrypted via AES-256-GCM. We never store raw credentials in memory or logs.
Instantly receives events from Google Sheets and streams context directly to your active AI session.
Set up persistent, multi-tenant memory with LM Studio (local models) in just three quick steps.
Sign up at GreatArrow.ai in 30 seconds. No credit card is required to try out the workspace.
Navigate to /integrations, select Google Sheets, and approve the OAuth consent dialog. We sync updates in real-time.
Open integrationsGo to GreatArrow.ai/install, pick your AI, and follow the ~30-second guided connect. LM Studio (0.3.17 or newer) runs open models on your own computer and speaks MCP. Open the Program tab → Install → Edit mcp.json and merge the block below (LM Studio uses Cursor's mcp.json notation), then toggle the server on. The guided installer at https://www.greatarrow.ai/install/lm-studio supplies your workspace token; the public example keeps the placeholder. Your model keeps running locally — only the memory lookups leave the machine.
Open the installer{
"mcpServers": {
"great-arrow": {
"url": "https://www.greatarrow.ai/api/mcp",
"headers": {
"Authorization": "Bearer gad_PASTE_YOUR_TOKEN",
"X-MCP-Client": "lm-studio",
"X-GAD-Install-Version": "2026.08.08"
}
}
}
}Yes. Every query is scoped to the workspace you are signed in to, and a request for anything outside it is refused — isolation is enforced in the application on every read and write. Postgres row-level security is enabled on every workspace-scoped table as a second line, and the client-facing database roles hold no table privileges. Workspace integration credentials are encrypted at rest with AES-256-GCM.
It supports both methods: you can use our zero-config cloud MCP proxy, or run our lightweight CLI wrapper locally if you prefer not to open ingress ports.
GreatArrow.ai exposes standard Model Context Protocol (MCP) endpoints, fully compatible with Claude Desktop, Claude Code, ChatGPT, Cursor IDE, Gemini CLI, Kiro Terminal, and more.
Connect your workflows, search historical memories, and automate complex tasks with a secure shared brain.
Start Your Free Trial