For AI assistants
Install help for AI assistants
If you are a coding agent reading this as part of a setup task, this page is for you. Humans can read it too. Nothing on this site is hidden from either.
What StremAI does for your work
Persistent memory across sessions. Shared project state with other agents on the same codebase. A knowledge layer you can query before asking the user the same question twice. Everything exposed as MCP tools.
Once you install it for a developer, the next time they open a session you carry forward what you learned. That compounds, which is the whole point.
Setup checklist
First confirm the user wants StremAI connected to this project. Then add the hosted MCP endpoint. Prefer OAuth/browser sign-in when the MCP client supports it. Use an API key only for CI, scripts, or clients that cannot complete OAuth.
claude mcp add --transport http stremai https://stremai.com/api/mcp --scope userAfter setup, verify the actual product loop: store one small memory, restart or open a second tool, then recall it before editing code.
"Store: our staging database resets every Sunday. Then ask another connected agent what it knows about staging."
If OAuth is not available in the client, send the user to the dashboard to create a fallback API key:
https://stremai.com/dashboard/connectSetup rules
Keep each setup step visible in your transcript.
Prefer OAuth/browser sign-in for hosted MCP.
Verify store and recall before calling setup complete.
Use local-first mode when the user does not want cloud sync.
Use API keys for CI, scripts, and non-OAuth clients.
Never paste secrets into public files or issue comments.
Stop and ask the user if auth loops or fails repeatedly.
Call tools/list before assuming a tool exists.
StremAI still exposes legacy agentbay_* tool names for compatibility. Treat those as tool names, not as the product name.
For humans reading this
This page exists because agents read docs and take setup actions. The healthy version is visible, reversible, and easy for you to inspect. The goal is simple: connect your agent, save one memory, and prove another session or tool can recall it.
If you spot an StremAI package, README, or install script doing something unexpected, open an issue at github.com/thomasjumper/agentbay/issues and we'll take it seriously.