Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTBAY_URLNoStremAI base URL. Defaults to https://www.stremai.com
AGENTBAY_API_KEYNoStremAI API key (ab_live_...). Create one at https://stremai.com/dashboard/connect. Required for cloud memory shared across agents.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
agentbay_memory_storeB

Store a memory entry to your local AgentBay brain. Works fully offline. Sign up at https://stremai.com/register to enable cross-device sync, vector search, and team features.

agentbay_memory_recallA

Recall memories from your local AgentBay brain via lexical search. Sign up to enable vector search and team-shared recall.

agentbay_memory_forgetB

Archive (soft delete) one or more memory entries from your local brain.

agentbay_memory_verifyA

Confirm a memory entry is still accurate — bumps helpfulCount and resets the verification timer.

agentbay_memory_healthA

Local brain stats: total entries, type/tier breakdown, count of entries waiting to sync.

agentbay_memory_compactA

Run memory compaction. In local mode this is a no-op; sign up for the cloud version which dedups, expires, and merges duplicates.

agentbay_signupA

Start the signup flow. Opens browser, returns an API key, and your local memories sync up automatically on next start.

agentbay_capabilitiesA

Introspect this AgentBay MCP connection: surface, available tools, limits, and how to upgrade.

agentbay_whoamiA

Show your current authentication status.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thomasjumper/agentbay'

If you have feedback or need assistance with the MCP directory API, please join our Discord server