Skip to main content
Glama
siosig

mcp-chest-memory

by siosig

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHEST_MODENolocal = in-process SQLite; remote = forward to REST backendlocal
CHEST_PORTNoREST backend listen port8765
CHEST_DB_PATHNoSQLite file path<data dir>/chest.db
CHEST_DATA_DIRNoData root (database, model cache)~/.chest-memory
CHEST_API_TOKENNoShared Bearer token (backend refuses to start without it; minimum 32 characters)
CHEST_BIND_HOSTNoREST backend listen host. Set to 127.0.0.1 to bind loopback only when a reverse proxy fronts the backend0.0.0.0
CHEST_REMOTE_URLNoBackend base URL (remote mode)
CHEST_SWEEP_LIMITNoMax rows backfilled per embedding sweep500
CHEST_AUTO_MAINTENANCENoSet 0 to disable write-triggered maintenance1
CHEST_FORGET_SWEEP_CAPNoMax memories archived per argument-less chest_forget sweep200
CHEST_MAX_CONTENT_CHARSNoMax memory content length (clamped to >= 1; 0/negative are ignored)8000
CHEST_MAINTENANCE_INTERVAL_SECNoMin seconds between background maintenance passes600

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/siosig/mcp-chest-memory'

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