OMOS-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port to listen on (default 8000) | |
| PUBLIC_URL | No | Public URL of the server (for OAuth mode) | |
| OAUTH_ISSUER | No | OAuth issuer (for OAuth mode with Claude.ai / ChatGPT web) | |
| OMOS_DEADLINE | No | Maximum time per tool call in seconds (default 20) | |
| OAUTH_AUDIENCE | No | OAuth audience (for OAuth mode, e.g. https://<app>.onrender.com) | |
| OMOS_INDEX_TTL | No | Cache TTL for project list in seconds (default 300) | |
| OMOS_AUTH_TOKEN | No | Bearer token that HTTP clients must send (for HTTP mode) | |
| OMOS_HTTP_TIMEOUT | No | HTTP timeout per request to Google Drive in seconds (default 20) | |
| OMOS_ROOT_FOLDER_ID | Yes | Folder ID of the root OMOS shared drive (required) | |
| GOOGLE_SERVICE_ACCOUNT_JSON | Yes | Content 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/Pd011161/OMOS-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server