Skip to main content
Glama
ToxMCP

PBPK MCP Server

by ToxMCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JOB_BACKENDNoEnables asynchronous job submission through Redis-backed Celery workers.celery
R_MAX_VSIZENoCaps R virtual memory use inside the current local worker setup.2G
AUDIT_ENABLEDNoEnables audit-backed sign-off, verification traceability, and readable history surfaces.true
AUTH_AUDIENCENoRequired by the hardened overlay. Audience expected in bearer tokens.
AUTH_JWKS_URLNoRequired by the hardened overlay. JWKS endpoint used to validate bearer tokens.
ADAPTER_R_HOMENoPoint the bridge to the R runtime used by rxode2 and OSPSuite tooling.container defaults
ADAPTER_R_PATHNoPoint the bridge to the R runtime used by rxode2 and OSPSuite tooling.container defaults
PBPK_BIND_HOSTNoHost/interface used by the hardened overlay when publishing the API port.127.0.0.1
PBPK_BIND_PORTNoHost port used by the hardened overlay when publishing the API port.8000
ADAPTER_BACKENDNoUses the R / OSPSuite subprocess bridge instead of an in-memory mock path.subprocess
AUTH_ISSUER_URLNoRequired by the hardened overlay. OIDC issuer used for token validation.
SERVICE_VERSIONNoExposed through /health and compose-level runtime metadata.0.5.0
CELERY_BROKER_URLNoQueue broker for asynchronous jobs.redis://redis:6379/0
ADAPTER_TIMEOUT_MSNoDefault adapter timeout in milliseconds.30000
ADAPTER_MODEL_PATHSNoFilesystem roots scanned by discover_models and /mcp/resources/models./app/var
MCP_ALLOWED_ORIGINSNoOptional comma-separated allow-list for browser-originated MCP streamable HTTP requests. CLI clients without an Origin header remain valid.
AUTH_ALLOW_ANONYMOUSNoDevelopment-friendly local default; do not expose beyond localhost without hardening.true
MCP_STRICT_TRANSPORTNoWhen true, requires MCP streamable HTTP Accept and MCP-Protocol-Version headers for hardened deployments.false
CELERY_RESULT_BACKENDNoResult storage for job handles and async result chaining.redis://redis:6379/1
PBPK_ENABLE_SRC_OVERLAYNoKeeps /app/src out of import precedence by default; docker-compose.overlay.yml sets it to true for workspace-override development.false
DOTNET_GCHeapLimitPercentNoConstrains the .NET heap used by the OSPSuite runtime.60
AUTH_REPLAY_WINDOW_SECONDSNoRejects replay of already-seen jti token identifiers; callers must mint fresh jti-bearing tokens when this is enabled.300

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/ToxMCP/pbpk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server