AdventedHUD
by av151318
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HUD_HOST | No | Bind address | 127.0.0.1 |
| HUD_PORT | No | Listen port | 8200 |
| HUD_DB_PATH | No | SQLite store | data/hud.db |
| HUD_DATA_DIR | No | Root for OAuth credentials, Obsidian vault, DB | data/ |
| HUD_LOG_LEVEL | No | Log verbosity | INFO |
| HUD_ALLOW_WRITES | No | Enable file/DB writes (startup safety) | false |
| HUD_SOUL_MD_PATH | No | Onboarding soul file | data/obsidian/AdventedHUD/soul.md |
| GOOGLE_TOKEN_FILE | No | Path to token JSON file | |
| HUD_ADMIN_API_KEY | Yes | X-HUD-Admin-Key header value (required) | |
| HUD_ALLOW_GOOGLE_WRITES | No | Enable Google Calendar/Tasks projection | false |
| HUD_RESOLVE_JWT_SUBJECT | No | Set 1 to prefer JWT sub as user id | 0 |
| GOOGLE_OAUTH_CREDENTIALS | No | Inline OAuth JSON string | |
| HUD_SOUL_MD_TEMPLATE_PATH | No | Worksheet template for onboarding read (optional) | |
| GOOGLE_OAUTH_CREDENTIAL_ID | No | OAuth client ID | |
| GOOGLE_TOKEN_ENCRYPTION_KEY | No | Key for encrypting stored OAuth tokens | |
| GOOGLE_OAUTH_CREDENTIAL_FILE | No | Path to OAuth JSON file | |
| GOOGLE_OAUTH_CREDENTIAL_PATH | No | Dir to search for gOAuth*.json | |
| HUD_REQUIRE_POST_ONBOARDING_PUSH | No | Set 0 to skip push-policy gate in dev | 1 |
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
- 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/av151318/AdventedHUD'
If you have feedback or need assistance with the MCP directory API, please join our Discord server