Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEVICE_TOKENSNoComma-separated list of device tokens for client authentication (optional in local mode, required in remote mode).
GITHUB_APP_IDNoGitHub App ID used to authenticate with the GitHub API.
GITHUB_WORKSPACE_REPONoGitHub repository in the format 'owner/repo' that stores the workspace (for remote mode).
GITHUB_APP_PRIVATE_KEYNoGitHub App private key content (or path to the key file).
GITHUB_APP_INSTALLATION_IDNoInstallation ID of the GitHub App on the workspace repository.
PERSONAL_CONTEXT_WORKSPACENoPath to a local workspace directory containing the context files (for local mode).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
context_bootstrapA

Load current personal context for a task. Omit project_hint to read common identity and rules only; use route_hint when a project has multiple task-specific routes.

context_closeoutB

Compress a completed, paused, or blocked task into evidence-backed project state and synchronize only files explicitly allowed by the route write policy.

context_routesA

List canonical project IDs, exact aliases, task aliases, and route names before choosing project_hint or route_hint.

context_queryA

Search the current personal context within explicit scopes and return traceable source excerpts.

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/zyplong/agent-context-hub'

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