Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEO4J_PASSWORDNoPassword for optional Neo4j sidecar.
MCP_ADMIN_TOKENNoOptional admin token for replay/invalidation endpoints.
NEO4J_PASSWORD_FILENoPath to file containing Neo4j password (alternative to NEO4J_PASSWORD).
MCP_ADMIN_TOKEN_FILENoPath to file containing MCP admin token (alternative to MCP_ADMIN_TOKEN).
PATHLIGHT_ACCESS_TOKENNoOptional access token for Pathlight tracing.
PATHLIGHT_ACCESS_TOKEN_FILENoPath to file containing Pathlight access token (alternative to PATHLIGHT_ACCESS_TOKEN).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_checkoutA

The front door to Zaxy memory: call this first, before substantial work, to checkout current, cited, prompt-ready memory state for a session. Start here; every other memory tool is plumbing or power use, discoverable through memory_capabilities.

memory_appendA

Append a typed event to the agent's persistent memory log. Appended state becomes retrievable through memory_checkout, the front door for reading memory back.

memory_queryA

Query the temporal knowledge graph for relevant context. Power use behind the memory_checkout front door: reach for it when you need targeted hits, temporal filters, or pagination rather than a prompt-ready packet.

context_assembleC

Assemble replay plus ranked retrieval into a prompt-ready context bundle. memory_checkout, the front door, wraps this assembly with current facts, citations, and a trust contract.

memory_feedbackA

After using retrieved context, record whether a memory item was useful, stale, corrected, or reinforced. This closes the loop on context surfaced by memory_checkout, the front door.

memory_invalidateA

Mark a fact as invalid at a given time (bi-temporal update). History is preserved; the correction surfaces in later memory_checkout (front door) results.

memory_capabilitiesB

Discover Zaxy's memory surface: active capabilities, the ambient usage loop, the active tool profile, and which tools remain callable beyond the listed set. memory_checkout is the front door; call this at session start or whenever tool awareness is unclear.

memory_feeling_of_knowingA

Experimental metamemory pre-check: predict whether memory_checkout would likely return something for a query, in roughly a millisecond, from in-memory session state only (no embedding call, no graph query). Returns a non-authoritative verdict (likely | possible | unlikely) with its signal breakdown and raw score. It is a cheap prediction about checkout, never a memory answer or evidence, and its calibration against real checkout outcomes is still being measured — when in doubt, call memory_checkout.

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/syndicalt/zaxy'

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