Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JAMGATE_HOSTNoInterface to bind in remote mode. Keep it on localhost behind a reverse proxy.127.0.0.1
JAMGATE_HTTPNo1/true enables remote mode.off
JAMGATE_PORTNoPort for remote mode.8420
JAMGATE_OAUTHNoIn remote mode, serve the MCP OAuth flow so claude.ai / the Claude app can connect.on
JAMGATE_STORENoPath to the memory store file.~/.jamgate/memory.json
JAMGATE_TOKENNoBearer token required in remote mode. The server refuses to start without it.
JAMGATE_GATE_LOGNooff disables the local decision log.on
JAMGATE_EMBEDDINGSNooff disables the semantic layer even if the model is installed.auto
JAMGATE_OAUTH_STORENoPath to the OAuth state file.~/.jamgate/oauth.json
JAMGATE_DUP_THRESHOLDNoSemantic near-duplicate sensitivity (0–1); higher = stricter.0.88

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
save_memoryA

Save a durable memory about the user through the Jamgate quality gate. Only call this for things worth remembering across sessions — identity, projects, preferences, lasting state — not chatter. Trivial or duplicate input is rejected by the gate.

recall_memoryC

Recall stored memories about the user relevant to a query.

forget_memoryA

Delete a stored memory by the id shown in recall_memory output. The full id is safest; an unambiguous prefix of 8+ characters also resolves.

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/amirj4m/jamgate'

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