Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port to listen on (default 8000)
PUBLIC_URLNoPublic URL of the server (for OAuth mode)
OAUTH_ISSUERNoOAuth issuer (for OAuth mode with Claude.ai / ChatGPT web)
OMOS_DEADLINENoMaximum time per tool call in seconds (default 20)
OAUTH_AUDIENCENoOAuth audience (for OAuth mode, e.g. https://<app>.onrender.com)
OMOS_INDEX_TTLNoCache TTL for project list in seconds (default 300)
OMOS_AUTH_TOKENNoBearer token that HTTP clients must send (for HTTP mode)
OMOS_HTTP_TIMEOUTNoHTTP timeout per request to Google Drive in seconds (default 20)
OMOS_ROOT_FOLDER_IDYesFolder ID of the root OMOS shared drive (required)
GOOGLE_SERVICE_ACCOUNT_JSONYesContent of the Google service account key JSON, or path to the key file (required)

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
omos_indexA

Get the full index of the OMOS drive: every project and its files (with file ids and links). Use this whenever the user asks about any internal project, BRD, timeline, design, system flow, DB, API, or เอกสารโปรเจค — ALWAYS call this first, then filter by Project Name before drilling into Timeline / BRD / Design (System Flow, DB, API).

omos_searchA

Full-text search across the OMOS drive. Returns matching files with project path and link; use omos_read on the ids to read content.

Args: query: keyword or phrase (searches file content and names) project: optional exact project name from omos_index to narrow the search section: optional section name (e.g. 'BRD', 'Timeline', 'Design', 'DB') to narrow further

omos_readA

Read a file from the OMOS drive as text (Google Docs/Sheets/Slides, PDF, docx, xlsx, markdown/text) or as an image (png/jpg). The response starts with a citation block (file name, path, link) — always include that citation in your answer.

Args: file_id: the Drive file id from omos_index or omos_search

omos_refreshA

Rebuild the drive index so newly added projects/files show up immediately (the index is otherwise cached for a few minutes).

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/Pd011161/OMOS-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server