Skip to main content
Glama
Lazy-Coder-03

leftbrain

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLNoDatabase URL for the key store; used if LEFTBRAIN_KEYS_URL is not set.
LEFTBRAIN_DEBUGNoSet to '1' to include a trace field in error responses.
GITHUB_CLIENT_IDNoGitHub OAuth client ID for the dashboard login.
LEFTBRAIN_SECRETNoCookie signing secret (32+ random chars). Required for OAuth and for revealing keys in the dashboard.
LEFTBRAIN_API_KEYNoSecret API key used to protect the HTTP MCP server.
LEFTBRAIN_KEYS_DBNoPath to the SQLite database for the per-user key store.
LEFTBRAIN_BASE_URLNoPublic base URL of the server, e.g. https://leftbrain.idlesync.in, used for the OAuth callback. Required for OAuth.
LEFTBRAIN_KEYS_URLNoPostgres DSN for the per-user key store.
GITHUB_CLIENT_SECRETNoGitHub OAuth client secret for the dashboard login.
LEFTBRAIN_FILE_ROOTSNoAllowed file paths for the file tools; access is limited to these roots.
LEFTBRAIN_DEFAULT_RPMNoDefault requests per minute limit for new keys.60
LEFTBRAIN_OPEN_SIGNUPNoSet to '1' to allow anonymous signup.
LEFTBRAIN_MAX_INFLIGHTNoConcurrent workers. Default: CPU count.
LEFTBRAIN_FEEDBACK_REPONoRepository for feedback issues, e.g. 'owner/repo'.
LEFTBRAIN_QUEUE_TIMEOUTNoHow long a call waits for a free worker before returning busy.5
LEFTBRAIN_FEEDBACK_TOKENNoToken for filing feedback issues; together with LEFTBRAIN_FEEDBACK_REPO enables /feedback.
LEFTBRAIN_SERVE_EXTERNALNoSet to '0' to disable the network tools (weather, fx_rate, geo, url_check) in the server.1
LEFTBRAIN_COMPUTE_TIMEOUTNoWall-clock seconds before the worker is terminated.15
LEFTBRAIN_WORKER_MAX_TASKSNoCalls before a worker is recycled (bounds SymPy's caches).200
LEFTBRAIN_COMPUTE_ISOLATIONNoSet to '0' to run in-process (the library default).1
LEFTBRAIN_WORKER_TERM_GRACENoSIGTERM to SIGKILL grace; a C loop never runs a handler.0.5
LEFTBRAIN_MAX_RESPONSE_BYTESNoMaximum size of a successful response.262144
LEFTBRAIN_TRUSTED_PROXY_HOPSNoNumber of proxies appending to X-Forwarded-For.1
LEFTBRAIN_WORKER_CPU_SECONDSNoRLIMIT_CPU in the child, the kernel's backstop. Default: timeout + 2.
LEFTBRAIN_DEFAULT_DAILY_QUOTANoDefault daily quota for new keys.1000
LEFTBRAIN_WORKER_MEMORY_BYTESNoRLIMIT_AS in the child.1500000000
LEFTBRAIN_SIGNUPS_PER_IP_PER_DAYNoMaximum signups per IP per day.3

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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/Lazy-Coder-03/leftbrain'

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