Skip to main content
Glama
koduki
by koduki

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVYesNode.js environment (e.g., development, production)
SERVICE_MODEYesService mode (e.g., all, mcp, browser)
AUTH_DISABLEDNoSet to 'true' to disable authentication (local development only; rejected in production)
PUBLIC_BASE_URLYesThe public base URL of the MCP server (e.g., https://yourdomain.com)
TOKEN_SIGNING_SECRETYesA secret used to sign tokens; generate with `openssl rand -base64 48`
GOOGLE_OAUTH_CLIENT_IDNoGoogle OAuth client ID
SESSION_ENCRYPTION_KEYYesA key used to encrypt session data; generate with `openssl rand -base64 32`
GOOGLE_OAUTH_CLIENT_SECRETNoGoogle OAuth client secret
RESERVATION_SUBMIT_ENABLEDNoSet to 'true' to enable reservation submission (default false)
BROWSER_INTERACTION_BASE_URLYesThe 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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