Skip to main content
Glama
deitum
by deitum

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CAMUNDA_AUTHNoAuthentication mode: none, basic, bearer, or oauth. Inferred when omitted.
CAMUNDA_SCOPENoScope to request, if the provider needs one.
CAMUNDA_TOKENNoA ready-made token to use as-is (bearer auth).
CAMUNDA_BASE_URLNoEngine REST root URL (e.g., http://localhost:8080/engine-rest). Required.
CAMUNDA_PASSWORDNoPassword for Basic auth or OAuth password grant.
CAMUNDA_USERNAMENoUsername for Basic auth or OAuth password grant.
CAMUNDA_CLIENT_IDNoOAuth client ID.
CAMUNDA_TOKEN_URLNoOAuth2 / OIDC token endpoint.
CAMUNDA_GRANT_TYPENoOAuth grant type: password or client_credentials. Inferred from whether a user is given.
CAMUNDA_TIMEOUT_MSNoPer-request budget in milliseconds (default 30000).30000
CAMUNDA_ALLOW_WRITENoSet to 'true' to register write tools (default 'false').false
CAMUNDA_COOKIE_NAMENoCookie name when auth transport is cookie (default JWT).JWT
CAMUNDA_MAX_RESULTSNoDefault page size (default 20, hard cap 100).20
CAMUNDA_CLIENT_SECRETNoOAuth client secret (only for confidential clients).
CAMUNDA_AUTH_TRANSPORTNoTransport for the token: header (default) or cookie.header

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/deitum/camunda-mcp'

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