Server data from the Official MCP Registry
StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.
StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.
Remote endpoints: streamable-http: https://stremai.com/api/mcp
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
One brain for all your coding agents.
StremAI is a shared memory layer for AI coding agents. Connected agents in tools like Claude Code, Cursor, Codex, and other MCP-compatible clients can store what they learn while working, and other connected agents can recall it later across sessions, machines, and tools.
Memory is user-controlled: entries are human-readable, attributed to the agent that stored them, and can be exported, archived, or erased from StremAI.
https://stremai.com/api/mcp with OAuth/browser sign-in where your MCP client supports it.agentbay or aiagentsbay-mcp names so existing installs keep working.claude mcp add --transport http stremai https://stremai.com/api/mcp --scope user
Then approve the sign-in in your browser. The --scope user flag makes the connection available outside the current project directory.
Use the hosted endpoint:
{
"mcpServers": {
"stremai": {
"type": "http",
"url": "https://stremai.com/api/mcp"
}
}
}
If your client cannot complete OAuth/browser sign-in, create an API key in StremAI and use a Bearer header:
{
"mcpServers": {
"stremai": {
"type": "http",
"url": "https://stremai.com/api/mcp",
"headers": {
"Authorization": "Bearer ab_live_your_key_here"
}
}
}
}
For stdio-only clients or local experiments:
npx -y aiagentsbay-mcp@latest
The package name is legacy compatibility; new docs and server aliases use stremai.
Python:
pip install stremai
from stremai import StremAI
brain = StremAI()
brain.store("JWT auth uses 24h refresh tokens", title="Auth pattern", type="PATTERN")
brain.recall("authentication")
StremAI is for the learned layer that accumulates while agents work:
Keep your instruction files. CLAUDE.md, AGENTS.md, and project READMEs hold instructions you write. StremAI holds the memory agents learn while working.
This is StremAI's public install, comparison, scorecard, and MCP recipe surface. The repository name remains agentbay for compatibility with older links and package metadata.
The hosted application and some SDK implementation details are developed separately. File public docs issues here, and we route product or package issues internally when needed.
MIT for everything in this repository.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.