AccessBell MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_URL | No | Storage: SQLite or postgresql://user:pw@host:5432/db | sqlite:///accessbell.db |
| MCP_ORIGIN | No | Optional allowed Origin(s) (host or full URL), comma-separated. | |
| LLM_PROVIDER | No | Provider for LLM triage: stub (offline), bedrock, openai, anthropic, google, ollama. MCP tools themselves are DB-only, but some enrichment flows may use it. | stub |
| MCP_RESOURCE | No | RFC 8707 canonical URI for resource indicator. | |
| OAUTH_ISSUER | No | OAuth 2.1 issuer (Cognito / Okta) — set → /mcp requires JWT; empty → falls back to MCP_HTTP_TOKEN. | |
| GOOGLE_API_KEY | No | Required if LLM_PROVIDER=google. | |
| MCP_HTTP_TOKEN | No | Bearer token for MCP HTTP (demo mode; replaced by OAuth when enabled). Required when OAUTH_ISSUER is not set. | |
| OAUTH_AUDIENCE | No | Expected audience for JWT tokens. | |
| OAUTH_JWKS_URL | No | JWKS discovery override (optional if issuer provides discovery). | |
| OPENAI_API_KEY | No | Required if LLM_PROVIDER=openai. | |
| OLLAMA_BASE_URL | No | Ollama server base URL (if LLM_PROVIDER=ollama). | localhost:11434 |
| BEDROCK_MODEL_ID | No | Bedrock model ID (if LLM_PROVIDER=bedrock). | us.amazon.nova-lite-v1:0 |
| ANTHROPIC_API_KEY | No | Required if LLM_PROVIDER=anthropic. | |
| CF_ACCESS_JWT_ENABLED | No | Accept `Cf-Access-Jwt-Assertion` as user-tier token (Cloudflare Access). | false |
| OAUTH_REQUIRE_RESOURCE | No | Strictly enforce `resource` claim on tokens. | false |
| MCP_401_WWW_AUTHENTICATE | No | If false, does not send WWW-Authenticate header on 401 (required for Alexa+ compatibility). | true |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues