HomeKnowledge & Memory › StremAI

StremAI

StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.

TypeScript CloudLocal Remote
★ 2 stars Last pushed 2026-09-21 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://stremai.com/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

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

Or add to your MCP client config:

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

Package (npm 1.2.5)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "agentbay": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry