Co-Reading MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Alternative listen port for the remote SSE MCP transport. Default: 3100 | |
| MCP_SSE_HOST | No | Listen host for the remote SSE MCP transport. Default: 0.0.0.0 | |
| MCP_SSE_PORT | No | Listen port for the remote SSE MCP transport. Default: 3100 | |
| MCP_AUTH_TOKEN | No | Bearer token required by remote clients. When set, the reader, API, and MCP endpoints require the token. | |
| MCP_CORS_ORIGIN | No | CORS origin for the remote server. Default: * | |
| READING_HTTP_PORT | No | Port for the bundled reader HTTP server when using src/http.js (e.g. 8787). | |
| MCP_MAX_BODY_BYTES | No | Max JSON-RPC POST body size in bytes. Default: 25000000 | |
| READING_MCP_DATA_DIR | No | Directory where book data, annotations, progress, and reading sessions are stored. Defaults to ./data. | |
| READING_IMPORT_MAX_BYTES | No | Maximum EPUB/TXT upload size in bytes. Default: 25000000 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| reading_list_booksA | List imported books with progress and annotation counts. |
| reading_list_chunksA | List chunks for a book in reading order. |
| reading_read_chunkA | Read one book chunk and return prevId/nextId. |
| reading_continueA | Continue reading from the next unread chunk. If bookId is omitted, use the most recently read book. |
| reading_search_chunksB | Search book chunks by keyword. |
| reading_find_passageA | Find a short quote or line across book text after normalizing punctuation/spacing, and return up to three truncated neighboring chunks as context. |
| reading_import_bookA | Import one EPUB or TXT file from base64 content into the reading library. Use this for files small enough for one MCP request. |
| reading_import_beginB | Start a chunked EPUB/TXT import. Use this when the file is too large for one reading_import_book request. |
| reading_import_partA | Append one base64 file part to an active chunked import. |
| reading_import_finishB | Finish a chunked import and add the uploaded EPUB/TXT to the reading library. |
| reading_import_cancelA | Cancel a chunked import and delete its temporary upload file. |
| reading_annotate_passageA | Write a Claude margin annotation anchored to a quote in a chunk. Human private notes should be created through the HTTP reader API, not this MCP tool. |
| reading_list_annotationsA | List annotations, optionally filtered by book, chunk, kind, or author. |
| reading_submit_user_notesA | Submit open user notes for Claude review. By default, include each chunk's full text once per session and mark notes submitted so they are not sent again. |
| reading_list_submissionsB | List human note submission batches that have been shared with Claude. |
| reading_read_submissionB | Read one human note submission batch including notes and context. |
| reading_reply_to_annotationC | Attach a Claude reply under an existing user or Claude annotation. |
| reading_mark_readA | Mark a chunk as read and update last-read progress. |
| reading_card_inboxB | Show unread collected reading-card prompts, like a small bookmark inbox. |
| reading_card_collectionB | Browse collected reading cards as a paginated collection without opening every image. |
| reading_open_cardA | Open one collected reading card and return it as an image for Claude to view. |
| reading_save_cardA | Render one collected reading card to a local image file and return its absolute path. |
| reading_dismiss_cardA | Dismiss one collected reading card from the card inbox without deleting it. |
| reading_list_cardsC | List collected ritual reading cards/bookmarks for completed sections or shared margin moments. |
| reading_collect_cardC | Collect a small ritual reading card/bookmark so it can be revisited later. |
| reading_get_progressA | Get reading progress for one book or all books. |
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/slulove/co-reading-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server