Strem AI MCP Server

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.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 2 · #90 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · how we verify → /methodology

01 · Install Strem AI

Claude Code

claude mcp add thomasjumper-agentbay --transport http https://stremai.com/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "thomasjumper-agentbay": {
      "url": "https://stremai.com/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://stremai.com/api/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to stremai.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package aiagentsbay-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.thomasjumper is GitHub-verified and matches the repo owner

03 · What Strem AI can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.0 · 2026-05-16

Public install + docs surface for AgentBay. Phase 1 ships: · per-agent install recipes (Claude Code, Codex CLI, Cursor, OpenClaw, Hermes) · competitor comparison pages (vs. GBrain, Mem0, Letta, Zep) · public scorecards…

v0.1.0 · 2026-05-15

First public release of the AgentBay project page - install docs, comparison pages, scorecards, and MCP recipes for every agent host. · GBrain is one user, one brain. AgentBay is teams, projects, governance. · What's…

04 · Who maintains Strem AI

StremAI is maintained by thomasjumper. We track 2 MCP servers from thomasjumper - 1 actively maintained, 2 combined GitHub stars, oldest repo from May 2026.

05 · Facts

category
coding agent - ranked #90 of 194 actively-maintained coding agent servers as of 2026-08-25.
registry
io.github.thomasjumper/stremai (active, first published 2026-06-23 · 4 versions)
packages
npm:aiagentsbay-mcp

06 · Strem AI FAQ

What is Strem AI?

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.

Is Strem AI still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24. We re-verify nightly.

How do I install Strem AI?

Run `npx -y aiagentsbay-mcp`. You can also paste the ready-made client config above.

Does Strem AI require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Strem AI