Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTRAM_API_KEYYesYour AgentRAM API key, starts with agentram_
AGENTRAM_API_BASENoOverride the API base URL. Defaults to https://api.agentram.devhttps://api.agentram.dev

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
store_memoryA

Store a value under a key for a given AI agent. Writing to an existing key updates the value (no duplicates created). Costs 1 credit.

retrieve_memoryA

Retrieve a stored memory by agent ID and key. Returns 404 (and refunds the credit) if the memory does not exist. Costs 1 credit.

list_memoriesA

List all memories stored under an agent ID, ordered by most recently written. Expired memories are excluded. Costs 1 credit.

search_memoriesA

Case-insensitive text search across keys and values for a given agent. No embeddings or vector configuration required. Costs 1 credit.

delete_memoryA

Permanently delete a stored memory. Cannot be undone. Costs 1 credit.

check_creditsA

Return the current credit balance for your account. Free to call (no credit deducted).

create_namespaceA

Create a shared memory namespace that multiple agents can read from and write to. Returns a namespace_key to share with each agent. Free to call (no credit deducted).

store_shared_memoryB

Store a value in a shared namespace. Any agent with the namespace_key can write to it. Costs 1 credit.

retrieve_shared_memoryA

Retrieve a value from a shared namespace by key. Costs 1 credit.

list_shared_memoriesA

List all memories in a shared namespace, ordered by most recent. Costs 1 credit.

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/seanmarkwei/agentram-mcp'

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