Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_PATHNoDatabase file location./memory_journal.db
MCP_HOSTNoServer bind hostlocalhost
LOG_LEVELNoLog verbosity: error, warn, info, debuginfo
AUDIT_READSNoLog read-scoped tool callsfalse
TEAM_AUTHORNoOverride author name for team entriesgit config user.name
AUDIT_REDACTNoRedact tool arguments in telemetrytrue
GITHUB_TOKENNoGitHub personal access token for API access
OAUTH_ISSUERNoOAuth issuer URL
TEAM_DB_PATHNoTeam database file location
OAUTH_ENABLEDNoEnable OAuth 2.1 authentication (HTTP only)false
AUDIT_LOG_PATHNoPath for JSONL operational telemetry log
MCP_AUTH_TOKENNoBearer token for HTTP transport authentication
OAUTH_AUDIENCENoExpected JWT audience claim
OAUTH_JWKS_URINoJWKS endpoint for token verification
FLAG_VOCABULARYNoComma-separated flag types for Hush Protocolblocker,needs_review,help_requested,fyi
MCP_CORS_ORIGINNoAllowed CORS origins for HTTP transport, comma-separated
MCP_ENABLE_HSTSNoEnable HSTS security headerfalse
PROJECT_E2E_CMDNoE2E test command (empty to skip)
RULES_FILE_PATHNoPath to user rules file for agent awareness
SKILLS_DIR_PATHNoPath to skills directory for agent awareness
ALLOWED_IO_ROOTSNoComma-separated absolute paths for filesystem access (Code Mode and export)
PROJECT_LINT_CMDNoLint command for validation gatesnpm run lint
PROJECT_REGISTRYNoJSON map of repos to { path, project_number } for multi-project routing
PROJECT_TEST_CMDNoTest commandnpm run test
BRIEFING_PR_COUNTNoPRs to list in briefing (0 = count only)0
INSTRUCTION_LEVELNoBriefing depth: essential, standard, fullstandard
PROJECT_BUILD_CMDNoBuild command (empty to skip)npm run build
AUDIT_LOG_MAX_SIZENoMax file size before rotation (bytes)10485760
AUTO_REBUILD_INDEXNoSet to 'true' to rebuild vector index on startupfalse
BRIEFING_PR_STATUSNoShow PR status breakdownfalse
MCP_RATE_LIMIT_MAXNoMax requests per minute per client IP (HTTP only)100
MCP_METRICS_ENABLEDNoEnable in-memory tool call metricstrue
BRIEFING_ENTRY_COUNTNoJournal entries in briefing3
BRIEFING_ISSUE_COUNTNoIssues to list in briefing (0 = count only)0
BRIEFING_INCLUDE_TEAMNoInclude team DB entries in briefingfalse
OAUTH_CLOCK_TOLERANCENoAllowed clock skew in seconds for JWT verification5
PROJECT_TYPECHECK_CMDNoTypecheck command (empty to skip)npm run typecheck
BRIEFING_SUMMARY_COUNTNoSession summaries to list in briefing1
DEFAULT_PROJECT_NUMBERNoDefault GitHub Project number for auto-assignment
PROJECT_HAS_DOCKERFILENoEnable Docker audit stepsauto-detect
BRIEFING_WORKFLOW_COUNTNoWorkflow runs to list (0 = status only)0
COMMANDER_BRANCH_PREFIXNoBranch naming prefix for PRsfix
PROJECT_PACKAGE_MANAGERNoPackage manager: npm, yarn, pnpm, bunauto-detect
BRIEFING_COPILOT_REVIEWSNoAggregate Copilot review state in briefingfalse
BRIEFING_MILESTONE_COUNTNoMilestones to list in briefing (0 = hide)3
BRIEFING_WORKFLOW_STATUSNoShow workflow status breakdownfalse
COMMANDER_SECURITY_TOOLSNoOverride security tool auto-detection (comma-separated)auto-detect
CODE_MODE_MAX_RESULT_SIZENoMaximum result payload size in bytes for mj_execute_code102400
CODEMODE_INTERNAL_FULL_ACCESSNoBypass tool filter constraints within Code Mode sandboxfalse
COMMANDER_HITL_FILE_THRESHOLDNoHuman-in-the-loop if changes touch > N files10
MEMORY_JOURNAL_MCP_TOOL_FILTERNoTool filter: full, starter, essential, readonly, or customfull
MEMORY_JOURNAL_WORKFLOW_SUMMARYNoFree-text workflow summary for memory://workflows

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/neverinfamous/memory-journal-mcp'

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