io.github.markusvankempen/literature-clock-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind the HTTP server to. Default is 127.0.0.1. Use 0.0.0.0 for a public bind (Render, container, etc.). | 127.0.0.1 |
| PORT | No | Port for the HTTP server. Default is 8080. Leave unset on Render/Code Engine so the platform sets it. | 8080 |
| MCP_MODE | No | Transport mode: 'stdio' (default) or 'http'. | stdio |
| ADMIN_USER | No | Settings sign-in name. Default is 'demo'. | demo |
| RATE_LIMIT | No | Max tool calls per minute. Default is 60. | 60 |
| ADMIN_PASSWORD | No | Settings sign-in password. Default is 'demo' on a local laptop; required on a public bind (HOST=0.0.0.0, Render, or container). |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues