gurunavi-mcp
by koduki
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | Yes | Node.js environment (e.g., development, production) | |
| SERVICE_MODE | Yes | Service mode (e.g., all, mcp, browser) | |
| AUTH_DISABLED | No | Set to 'true' to disable authentication (local development only; rejected in production) | |
| PUBLIC_BASE_URL | Yes | The public base URL of the MCP server (e.g., https://yourdomain.com) | |
| TOKEN_SIGNING_SECRET | Yes | A secret used to sign tokens; generate with `openssl rand -base64 48` | |
| GOOGLE_OAUTH_CLIENT_ID | No | Google OAuth client ID | |
| SESSION_ENCRYPTION_KEY | Yes | A key used to encrypt session data; generate with `openssl rand -base64 32` | |
| GOOGLE_OAUTH_CLIENT_SECRET | No | Google OAuth client secret | |
| RESERVATION_SUBMIT_ENABLED | No | Set to 'true' to enable reservation submission (default false) | |
| BROWSER_INTERACTION_BASE_URL | Yes | The base URL for the browser interaction service (e.g., http://localhost:8080) |
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
ActivitySlowing
ResponsivenessNo issues