Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NTULEARN_JSONNoSet '0' to force stdlib json instead of orjson.on
NTULEARN_HTTP2NoSet '0' to disable HTTP/2 on the underlying httpx client.on
NTULEARN_COOKIENoManual cookie fallback. Provide the BbRouter cookie value (e.g. 'expires:1234567890,id:...') if browser auto-read is not possible.auto-read
NTULEARN_FIELDSNoSet '0' to disable default fields= trimming on API responses.on
NTULEARN_BASE_URLNoBase URL for the Blackboard instance. Change for a different Blackboard instance.https://ntulearn.ntu.edu.sg
NTULEARN_CACHE_DIRNoSQLite persistence path for the response cache (best-effort; falls back to in-memory).~/.cache/ntulearn-mcp/cache.sqlite3
NTULEARN_CACHE_MODENoCache mode: 'readwrite' (default), 'readonly' (never evict/write), or 'off' (no-op cache).readwrite
NTULEARN_DOWNLOAD_DIRNoDefault destination_dir for download_file / download_course when no per-call value is passed../downloads

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/gangula-karthik/ntulearn-mcp'

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