PrivOS Demo MCP App
by VuVietNghia
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port for the direct runtime server. Example: 3000. | |
| NODE_ENV | No | When set to production, the server runs in production mode. In production, a workload socket or paired identity file is required; otherwise startup fails. When unset, development mode is used. | |
| DEV_TUNNEL | No | Optional; set to cloudflared when the browser displaying Hub is on another machine. | |
| HRM_LOCALE | No | BCP-47 locale for dates and currency; defaults to en-US. | en-US |
| PRIVOS_APP_ID | No | Production only: the app ID provided by the platform. | |
| HRM_COMPANY_NAME | Yes | Company name in the dashboard header. | |
| HRM_SMTP_PASSWORD | No | SMTP password for payslip mail. Secret. | |
| PRIVOS_HUB_ORIGIN | No | Production only: the Hub origin provided by the platform. | |
| PRIVOS_PUBLIC_URL | No | This app's own public origin, injected by the platform. | |
| PRIVOS_ACCESS_MODE | No | One of managed-runtime or publisher-hosted, injected by the platform. | |
| PRIVOS_APP_LICENSE | No | JSON license string for local testing, e.g. {"tier":"pro","state":"active"}. | |
| PRIVOS_INSTALLATION_ID | No | Production only: the installation ID provided by the platform. | |
| PRIVOS_WORKLOAD_SOCKET | No | Path to the workload identity socket mounted by App Cluster in managed mode. | /run/privos/identity.sock |
| PRIVOS_AGENT_BOT_USER_ID | No | User ID for the installation bot used by App Objects and App Database platform tools. | |
| PRIVOS_AGENT_BOT_CREDENTIAL | No | Credential for the installation bot used by App Objects and App Database platform tools. | |
| PRIVOS_STANDALONE_IDENTITY_FILE | No | Override path for the standalone identity file. | ./privos-standalone-identity.json |
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 | |
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/VuVietNghia/migrate-hr-mcp-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server