Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

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

GitHubEmbed

Описание

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

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.

PyPI npm MCP License

Use StremAI when

  • You keep re-explaining the same repo, conventions, or decisions to every new agent session
  • Context disappears between sessions, or when you switch machines
  • One agent learns something — a pitfall, a fix, an architectural decision — and your other agents have no idea
  • Handoff notes go stale and nothing tells an agent which version still applies
  • You use more than one coding tool and want them to share context instead of starting from zero

The short version

  • Hosted MCP first. Connect https://stremai.com/api/mcp with OAuth/browser sign-in where your MCP client supports it.
  • Works with the tools developers already use. Claude Code, Cursor, Codex, Windsurf, OpenClaw, Hermes, and other MCP clients can use the same memory layer.
  • API keys are the fallback. Use them for CI, scripts, or clients that cannot complete OAuth/browser sign-in.
  • Compatibility names remain. Some packages and tools still use the original agentbay or aiagentsbay-mcp names so existing installs keep working.

Connect Claude Code

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.

Connect another MCP client

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"
      }
    }
  }
}

Local package fallback

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")

What StremAI remembers

StremAI is for the learned layer that accumulates while agents work:

  • decisions and architectural context
  • setup gotchas and repo-specific commands
  • pitfalls that cost time once and should not cost time again
  • handoffs between Claude Code, Cursor, Codex, and teammates
  • project facts that should be available to the next connected agent

Keep your instruction files. CLAUDE.md, AGENTS.md, and project READMEs hold instructions you write. StremAI holds the memory agents learn while working.

Useful entry points

Install guides

Comparison reads

About this repo

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.

License

MIT for everything in this repository.

from github.com/thomasjumper/agentbay

Установка thomasjumper/agentbay

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/thomasjumper/agentbay

FAQ

thomasjumper/agentbay MCP бесплатный?

Да, thomasjumper/agentbay MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для thomasjumper/agentbay?

Нет, thomasjumper/agentbay работает без API-ключей и переменных окружения.

thomasjumper/agentbay — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить thomasjumper/agentbay в Claude Desktop, Claude Code или Cursor?

Открой thomasjumper/agentbay на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

MCP Servers Rating and User Reviews

Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)

автор: Community

Compare thomasjumper/agentbay with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai