apprise-rmcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RUST_LOG | No | Rust log filter. Default info. | |
| APPRISE_URL | No | Apprise API server base URL. Defaults to http://localhost:8000. | |
| APPRISE_HOME | No | Data directory. Defaults to ~/.apprise on hosts, /data in containers. | |
| APPRISE_TOKEN | No | Outbound bearer token for the upstream Apprise API. Required only if the upstream server is protected. | |
| APPRISE_MCP_HOST | No | HTTP MCP bind host. Default 0.0.0.0. | |
| APPRISE_MCP_PORT | No | HTTP MCP bind port. Default 40050. | |
| APPRISE_MCP_TOKEN | No | Static bearer token for HTTP MCP when not in loopback dev mode. | |
| APPRISE_MCP_NO_AUTH | No | Disable HTTP MCP auth. Use only on loopback or behind a trusted gateway. Default false. | |
| APPRISE_MCP_AUTH_MODE | No | Set to 'oauth' for Google OAuth through lab-auth. Default 'bearer'. | |
| APPRISE_MCP_PUBLIC_URL | No | Public URL for OAuth metadata and protected-resource discovery. | |
| APPRISE_MCP_ALLOWED_HOSTS | No | Additional accepted HTTP Host values. | |
| APPRISE_MCP_AUTH_KEY_PATH | No | JWT signing key path. Defaults to data-dir auth-jwt.pem. | |
| APPRISE_MAX_RESPONSE_BYTES | No | Upstream response cap. Default 65536, bounded 1..=4194304. | |
| APPRISE_MCP_ALLOWED_ORIGINS | No | Additional CORS origins for HTTP MCP. | |
| APPRISE_MCP_AUTH_ADMIN_EMAIL | No | Initial/admin OAuth email. | |
| APPRISE_MCP_AUTH_SQLITE_PATH | No | OAuth state store path. Defaults to data-dir auth.db. | |
| APPRISE_MCP_GOOGLE_CLIENT_ID | No | Google OAuth client ID. | |
| APPRISE_MAX_CONCURRENT_REQUESTS | No | Upstream request concurrency. Default 32, bounded 1..=1024. | |
| APPRISE_MCP_AUTH_ALLOWED_EMAILS | No | OAuth email allowlist. | |
| APPRISE_MCP_GOOGLE_CLIENT_SECRET | No | Google OAuth client secret. | |
| APPRISE_MCP_AUTH_ALLOWED_REDIRECT_URIS | No | OAuth client redirect URIs. | |
| APPRISE_MCP_DISABLE_STATIC_TOKEN_WITH_OAUTH | No | Forbids the static bearer token from bypassing OAuth. Default true. |
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/rapprise'
If you have feedback or need assistance with the MCP directory API, please join our Discord server