Shared Room MCP
by jiarong0423
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind the server to. | 0.0.0.0 |
| PORT | No | Port to run the server on. | 3000 |
| GEMINI_KEY | No | Alternative alias for a Gemini API key (optional). | |
| CORS_ORIGIN | No | Allowed origin for Socket.IO. Leave empty for same-origin deployment. | |
| GEMINI_MODEL | No | Gemini model to use for optional repair. | gemini-2.5-flash |
| MAX_IMAGE_MB | No | Maximum uploaded image size in MB. | 8 |
| OPENAI_MODEL | No | OpenAI model to use for optional repair. | gpt-5.4-mini |
| GEMINI_API_KEY | No | API key for Google Gemini (optional, used only for repair). | |
| GOOGLE_API_KEY | No | Alias for a Google API key (optional). | |
| OPENAI_API_KEY | No | API key for OpenAI (optional, used only for repair). | |
| ROOM_TTL_HOURS | No | Room lifetime in hours. | 12 |
| LOCAL_OCR_FIRST | No | Whether to attempt local OCR before external providers. | true |
| ROOM_STORE_PATH | No | Path to the JSON room store. Use /data/rooms.json with a mounted volume for restart-safe demo. | data/rooms.json |
| ROOM_PERSISTENCE | No | Persistence mode. Use 'json' for the default JSON file store. | json |
| AI_PROVIDER_ORDER | No | Comma-separated list of AI providers to try for optional repair. | gemini,openai |
| GEMINI_TIMEOUT_MS | No | Timeout for Gemini requests in milliseconds. | 25000 |
| OPENAI_TIMEOUT_MS | No | Timeout for OpenAI requests in milliseconds. | 35000 |
| API_RATE_LIMIT_MAX | No | Maximum number of API requests per rate limit window. | 180 |
| LOCAL_OCR_MAX_CHARS | No | Maximum number of characters for local OCR input. | 12000 |
| LOCAL_OCR_MIN_ITEMS | No | Minimum number of items required for local OCR to be used. | 3 |
| OPENAI_IMAGE_DETAIL | No | Image detail level for OpenAI vision requests. | high |
| RATE_LIMIT_WINDOW_MS | No | Rate limit window in milliseconds. | 60000 |
| GEMINI_RETRY_ATTEMPTS | No | Number of retry attempts for Gemini calls. | 2 |
| GOOGLE_GEMINI_API_KEY | No | Alias for a Google Gemini API key (optional). | |
| GEMINI_MODEL_FALLBACKS | No | Comma-separated fallback Gemini models. | gemini-2.5-flash-lite,gemini-flash-latest |
| OPENAI_MODEL_FALLBACKS | No | Comma-separated fallback OpenAI models. | |
| ROOM_PERSIST_JITTER_MS | No | Maximum jitter in milliseconds before saving. | 120 |
| OPENAI_MAX_OUTPUT_TOKENS | No | Maximum number of output tokens for OpenAI responses. | 16000 |
| ROOM_PERSIST_DEBOUNCE_MS | No | Debounce window in milliseconds for saving room changes. | 35 |
| MENU_PARSE_RATE_LIMIT_MAX | No | Maximum number of menu parse requests per rate limit window. | 30 |
| ROOM_CREATE_RATE_LIMIT_MAX | No | Maximum number of room creations per rate limit window. | 20 |
| TRUST_LAYER_SPREADSHEET_ID | No | Optional Google Sheets ID for whitelist/audit logs. Leave unset to disable. | |
| GOOGLE_GENERATIVE_AI_API_KEY | No | Alias for a Google Generative AI API key (optional). |
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/jiarong0423/shared-room-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server