bibelstudium-mcp
by fidpa
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BIBLE_DB_PATH | No | Path to the SQLite database. When unset, defaults to 'data/' next to the repository (or the user directory for an installed bundle). | |
| MCP_HTTP_HOST | No | Address to which the HTTP transport binds. Default: '127.0.0.1'. | 127.0.0.1 |
| MCP_HTTP_PORT | No | If set, enables the HTTP transport on the given port. When unset, the server uses stdio. | |
| MCP_METRICS_HOST | No | Address to which the metrics port binds. Default: '127.0.0.1'. | 127.0.0.1 |
| MCP_METRICS_PORT | No | If set, opens a second port with '/metrics' for Prometheus. Default: no metrics port. | |
| MCP_HTTP_ALLOWED_HOSTS | No | Comma-separated list of allowed 'Host' values (with port, as sent by the client, e.g. '127.0.0.1:8931'). When set, any request with a different Host receives a 421, which also protects against DNS rebinding for 'GET /health'. Behind a tunnel or proxy, both the public hostname and the local address must be included. Default: empty, no check. | |
| MCP_HTTP_ALLOWED_ORIGINS | No | Comma-separated list of additional allowed 'Origin' values for the HTTP transport. Needed if a browser client like claude.ai would otherwise receive a 403. Default: empty, only built-in rules apply. | |
| BIBLE_DEFAULT_TRANSLATION | No | Default Bible translation used when no 'translation' parameter is given. If the value is unknown or the translation is not loaded, falls back to Luther (LUT) and reports to stderr. Default: 'LUT' (Luther 1912). | LUT |
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
ActivityActive
ResponsivenessNo issues