gotify-rmcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RUST_LOG | No | Rust log filter. | info |
| GOTIFY_URL | Yes | Gotify server base URL, for example https://gotify.example.com. | |
| GOTIFY_NOAUTH | No | Escape hatch permitting a non-loopback bind with no auth. | false |
| GOTIFY_MCP_HOME | No | Override the appdata dir used by rgotify setup. | |
| GOTIFY_MCP_HOST | No | HTTP MCP bind host. | 0.0.0.0 |
| GOTIFY_MCP_PORT | No | HTTP MCP bind port. | 40020 |
| GOTIFY_APP_TOKEN | No | Gotify app token used only to send notifications. | |
| GOTIFY_MCP_TOKEN | No | Static bearer token for HTTP MCP when not in loopback dev mode. | |
| GOTIFY_RMCP_REPO | No | Select the GitHub repo used for release downloads. | |
| GOTIFY_MCP_NO_AUTH | No | Disable HTTP MCP auth. Use only on loopback or behind a trusted gateway. | false |
| GOTIFY_CLIENT_TOKEN | No | Gotify client token for read and management actions. | |
| GOTIFY_RMCP_VERSION | No | Select the GitHub Release tag. | |
| GOTIFY_MCP_AUTH_MODE | No | Set to 'oauth' for Google OAuth through lab-auth. | bearer |
| RUNNING_IN_CONTAINER | No | Forces the /data appdata path. | |
| GOTIFY_MCP_PUBLIC_URL | No | Public URL for OAuth metadata and protected-resource discovery. | |
| GOTIFY_ALLOW_DESTRUCTIVE | No | Skip destructive confirmation gates. | false |
| GOTIFY_MCP_ALLOWED_HOSTS | No | Comma-separated Host header allowlist. | |
| GOTIFY_MCP_AUTH_KEY_PATH | No | OAuth JWT signing key path. | |
| GOTIFY_RMCP_SKIP_DOWNLOAD | No | Skip postinstall binary download. | |
| GOTIFY_MCP_ALLOWED_ORIGINS | No | Comma-separated Origin header allowlist. | |
| GOTIFY_RMCP_BINARY_VERSION | No | Select the GitHub Release tag. | |
| GOTIFY_MCP_AUTH_ADMIN_EMAIL | No | Initial/admin OAuth email. | |
| GOTIFY_MCP_AUTH_SQLITE_PATH | No | OAuth state database path. | |
| GOTIFY_MCP_GOOGLE_CLIENT_ID | No | Google OAuth client ID. | |
| GOTIFY_RMCP_RELEASE_BASE_URL | No | Select a custom release base URL. | |
| GOTIFY_MCP_GOOGLE_CLIENT_SECRET | No | Google OAuth client secret. |
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/dinglebear-ai/rgotify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server