thomasjumper/agentbay
StremAI: shared memory for AI coding agents. What one agent learns, every agent recalls, across sessions, machines, and tools. Per-agent attribution, provenance, and export, so you can see which agent learned a fact and whether it has been verified. Remote Streamable HTTP with OAuth, stdio fallback. claude mcp add --transport http stremai https://stremai.com/api/mcp
Ads
Overview
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.
Installation
https://stremai.com/api/mcp
Configuration
{
"mcpServers": {
"agentbay": {
"url": "https://stremai.com/api/mcp"
}
}
}Paste into ~/.cursor/mcp.json or .cursor/mcp.json
Tags
- ai
- cloud
- local
- typescript
- awesome-list
Related MCP servers
Knowledge & Memory
Memory MCP Server
Persist assistant memory as a lightweight knowledge graph across sessions.
2 tools · create_entities, search_nodes
Knowledge & Memory
OpenLore
Sponsored by <a href="https://oiya.ai/?utm_source=github&utm_medium=referral&utm_campaign=openlore&utm_content=sponsor_logo"><img src="assets/oiya-logo.svg" alt="Oiya" height="24" align="absmiddle"></a> OpenLore is a minimal, extensible, agent-native knowledge base that keeps shared context current and inspectable. AI coding agents already know how to explore files with ls, cat, grep, find, pipes, and shell loops. OpenLore gives them that same interface over SSH, backed by your documentation instead of a real machine.
5 tools · Manage identity-scoped access, publish
Knowledge & Memory
ChevalGrand520/local-gpu-imagegen
Auditable, confirmation-gated local GPU image generation for ComfyUI: cryptographic model identity (SHA-256), explicit license approval, evidence retention, and a 17-tool human-in-the-loop run workflow.
Knowledge & Memory
TT-Wang/cortex-plugin
Persistent, self-evolving memory plugin for Claude Code. Background miner extracts durable lessons (decisions, conventions, bug fixes) from completed sessions via Claude Haiku, stores them as human-readable markdown in an Obsidian vault, and assembles query-tailored context briefings at session start. Local-first, no cloud, no API keys. Self-healing install via uv bootstrap shim, `/cortex-doctor` preflight, graceful FTS-only degraded mode when `claude` CLI missing. MIT.
Knowledge & Memory
forgemeshlabs/library-mcp
Paid public-domain knowledge base for AI agents: full-text search, book metadata, chapters, quotes, flagship ask-a-book retrieval Q&A, and 100+ curated subject shelves over a growing corpus of public-domain books via x402. `npx -y @forgemeshlabs/library-mcp`
Knowledge & Memory
udjin-labs/mnemostack
Durable hybrid memory for AI agents. Combines vector search, BM25, temporal retrieval, and optional Memgraph knowledge graph via reciprocal rank fusion. 6 MCP tools: health, search, answer, feedback, graph_query, graph_add_triple. Self-hosted with Qdrant backend. 82.5% strict accuracy on LoCoMo benchmark. `pip install 'mnemostack[mcp]'`
Knowledge & Memory
decisionnode/DecisionNode
Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier.
Knowledge & Memory
ContextStream
ContextStream MCPThe production connection for your assistantPlatformCode, memory, media, and project operations ContextCode BetaOptional terminal coding agent in beta Connect your assistant Manual setup Custom MCP Connector Hosted or local Instruction files Keeping it current Troubleshooting Command reference ContextStream's production product is the MCP connection used from the assistant you already have. It is implemented by the Rust MCP server and connects Claude Code, Cursor, Codex, VS Code, and other supported clients to ContextStream's search, memory, and durable project context.
6 tools · Generate operational runbooks, Hand off work to another agent