ntulearn-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NTULEARN_JSON | No | Set '0' to force stdlib json instead of orjson. | on |
| NTULEARN_HTTP2 | No | Set '0' to disable HTTP/2 on the underlying httpx client. | on |
| NTULEARN_COOKIE | No | Manual cookie fallback. Provide the BbRouter cookie value (e.g. 'expires:1234567890,id:...') if browser auto-read is not possible. | auto-read |
| NTULEARN_FIELDS | No | Set '0' to disable default fields= trimming on API responses. | on |
| NTULEARN_BASE_URL | No | Base URL for the Blackboard instance. Change for a different Blackboard instance. | https://ntulearn.ntu.edu.sg |
| NTULEARN_CACHE_DIR | No | SQLite persistence path for the response cache (best-effort; falls back to in-memory). | ~/.cache/ntulearn-mcp/cache.sqlite3 |
| NTULEARN_CACHE_MODE | No | Cache mode: 'readwrite' (default), 'readonly' (never evict/write), or 'off' (no-op cache). | readwrite |
| NTULEARN_DOWNLOAD_DIR | No | Default 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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