Skip to main content
Glama
cpouldev
by cpouldev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_ENVNoSet to 'production' to enable strict startup checks and JSON logs.development
LOG_LEVELNoLoguru stderr threshold.DEBUG
EXPORT_DIRNoWritable directory for requested CSV/XLSX artifacts./data/exports
REDIS_HOSTNoRedis host for OAuth state and catalog metadata.localhost
REDIS_PORTNoRedis port.6379
SENTRY_DSNNoEnables Sentry/GlitchTip only when APP_ENV=production.
MCP_BASE_URLNoPublic service origin used for OAuth callbacks and export URLs. Routes such as /mcp are appended to it.http://localhost:6097
MCP_REDIS_DBNoExplicit Redis logical database.0
SOFT1_DB_HOSTNoSQL Server host.localhost
SOFT1_DB_PORTNoSQL Server TCP port.1433
SOFT1_DB_USERNoDedicated database login. Use least privilege.dev
SOFT1_MCP_DSNNoOptional ODBC DSN override. Validated attribute by attribute; cannot change configured driver, route, database, user, encryption, certificate, or read-intent policy.
SOFT1_DB_DATABASENoSoft1 database name.dev
SOFT1_DB_INSTANCENoOptional named instance.
SOFT1_DB_PASSWORDNoDatabase password.dev
MCP_ALLOWED_EMAILSNoComma-separated, case-insensitive Google email allowlist.dev
MCP_JWT_SIGNING_KEYNoPersistent Fernet-formatted key used by FastMCP's token issuer.dev
MCP_GOOGLE_CLIENT_IDNoGoogle OAuth client ID.dev
MCP_GOOGLE_CLIENT_SECRETNoGoogle OAuth client secret.dev
SOFT1_DB_VARCHAR_ENCODINGNoDecoder for legacy char/varchar; nvarchar uses Unicode.cp1253
FASTMCP_HTTP_ALLOWED_HOSTSNoAccepted HTTP Host values. Supply a JSON array in environment files.local wildcard tuple
MCP_STORAGE_ENCRYPTION_KEYNoPersistent Fernet key for encrypted OAuth state and export-token signing.dev
FASTMCP_HTTP_ALLOWED_ORIGINSNoAccepted HTTP Origin values. Supply a JSON array in environment files.local wildcard tuple
SOFT1_DB_TRUST_SERVER_CERTIFICATENoTLS certificate override; enable only after deployment-specific review.false

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/cpouldev/soft1-mcp'

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