Preparing your workspace…
Preparing your workspace…
AWS's AI development environment. Add via the MCP Servers panel.
You can read the Kiro setup steps without signing in.
Sign in when you are ready to create a private token, or replace the placeholder in the command below with an existing Great Arrow token.
Sign in to create your linkThe install command below is public, but Kiro needs its own private link before it can access your Great Arrow workspace. Sign in to create one, or paste an existing link code anywhere you see gad_PASTE_YOUR_TOKEN.
One URL, inside Kiro
Our Power is public on GitHub. Paste its address where Kiro asks for one, then drop your private link in — no download, no terminal.
YOUR_GAD_TOKEN with your private link — donehttps://github.com/Clapptastic/great-arrow-kiro-powergad_PASTE_YOUR_TOKENYour personalized Power — your private link is baked in, and it connects over HTTP as kiro-power so Kiro gets a focused starter tool set and expands on demand.
Unzip it, then in Kiro: Powers → Add Custom Power → Local Directory → pick the unzipped great-arrow folder — done.
1. Install the helper (run once in your terminal)
mkdir -p ~/.great-arrow && curl -fsSL https://www.greatarrow.ai/api/install/mcp-proxy -o ~/.great-arrow/mcp-server.mjsRequires Node 24+. Re-running is safe — it just refreshes the helper.
2. Wire it into Kiro
{
"mcpServers": {
"great-arrow": {
"command": "sh",
"args": [
"-c",
"exec node $HOME/.great-arrow/mcp-server.mjs"
],
"env": {
"MEMORY_API_URL": "https://www.greatarrow.ai",
"MEMORY_API_TOKEN": "gad_PASTE_YOUR_TOKEN",
"MEMORY_CLIENT_NAME": "kiro",
"MEMORY_TOOL_ALLOWLIST": "tools_discover,tools_enable,memory_search,memory_create,memory_feedback,memory_list,memory_get,workspace_introspect,mcp_capabilities,chat_transcript_ingest,agent_handoff_checkpoint,agent_resume_latest,search,fetch,todo_list,todo_create,todo_update,todo_assign,todo_suggest,todo_log,memory_update,memory_delete,orchestrator_run,agent_invoke,scheduled_run_create,scheduled_run_list,integrations_list,calendar_upcoming_events,ticket_create,request_user_action,integration_sync,agents_now,work_claim,work_heartbeat,work_release,agent_message_send,agent_inbox,agent_message_ack,agent_channel_list,agent_channel_resolve,gad_call",
"GAD_INSTALL_VERSION": "2026.08.08"
},
"disabled": false
}
}
}Finish step 2, then come back here — we'll watch for your first message.