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) |
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/koduki/gurunavi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server