co-reading
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Alternative to MCP_SSE_PORT for the listen port. Defaults to 3100 if used. | |
| MCP_SSE_HOST | No | Listen host for the remote MCP server. Defaults to 0.0.0.0. | |
| MCP_SSE_PORT | No | Listen port for the remote MCP server. Defaults to 3100. Can also use PORT. | |
| MCP_AUTH_TOKEN | No | Bearer token required by remote clients. Also used for reader authentication. If set, the reader, static assets, API, and MCP endpoints require it. Defaults to no token (local-only mode). | |
| MCP_CORS_ORIGIN | No | CORS origin for the remote server. When MCP_AUTH_TOKEN is set, defaults to '*'; when unset, defaults to no CORS headers (blocks cross-origin requests). | |
| READING_HTTP_PORT | No | Port for the bundled HTTP reader and REST API when using http.js. Defaults to 8787. | |
| MCP_MAX_BODY_BYTES | No | Maximum JSON-RPC POST body size in bytes. Defaults to 25000000. | |
| READING_MCP_DATA_DIR | No | Directory where reading data is stored. Defaults to './data'. | |
| READING_IMPORT_MAX_BYTES | No | Maximum EPUB/TXT upload size in bytes. Defaults to 25000000. | |
| READING_TRASH_RETENTION_DAYS | No | Number of days to keep items in trash before pruning. Defaults to 30. Set to 0 to keep trash forever. |
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