rm-mcp
by wavyrai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REMARKABLE_TOKEN | Yes | Auth token from `uvx rm-mcp --setup` or `--register` | |
| REMARKABLE_COMPACT | No | Set to 1 or true to omit hints from responses globally | |
| REMARKABLE_CACHE_TTL | No | Collection cache TTL in seconds | 60 |
| REMARKABLE_PAGE_SIZE | No | PDF/EPUB page size in characters | 8000 |
| REMARKABLE_ROOT_PATH | No | Limit access to a specific folder | / |
| REMARKABLE_INDEX_PATH | No | SQLite full-text search index location | ~/.cache/rm-mcp/index.db |
| REMARKABLE_OCR_BACKEND | No | OCR backend (sampling) | sampling |
| REMARKABLE_INDEX_REBUILD | No | Set to 1 to force index rebuild on startup | |
| REMARKABLE_BACKGROUND_COLOR | No | Background color for rendered images (#RRGGBB or #RRGGBBAA) | #FBFBFB |
| REMARKABLE_MAX_OUTPUT_CHARS | No | Maximum characters in tool responses | 50000 |
| REMARKABLE_PARALLEL_WORKERS | No | Parallel workers for metadata fetching | 5 |
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
- 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/wavyrai/rm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server