Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_ENVYesEnvironment identifier (e.g., local, production). Determines which .env file is loaded (e.g., .env.local). Required.
USER_IDYesJira/Confluence login ID (email for Cloud). Required.
KROKI_URLNoURL of the Kroki server. Default: 'http://localhost:8000'.
SERVER_NAMEYesName of the MCP server. Required.
JIRA_BASE_URLYesJira server URL (without trailing slash). Required.
KROKI_ENABLEDNoSet to 'true' to enable diagram generation via Kroki. Default: 'false'.
USER_PASSWORDYesJira/Confluence password (API token for Cloud). Required.
WIKI_BASE_URLNoConfluence server URL (default: same as JIRA_BASE_URL if not set). Optional.
MAX_DIFF_CHARSNoMaximum number of characters for diff output (used when include_diff=true). Default: '30000'.
GIT_REPOSITORIESNoJSON mapping of project names to local git repository paths (e.g., '{"project-a": "/path/to/repo"}'). Default: {}.
WIKI_AUTHOR_NAMENoAuthor name displayed on Wiki page title (e.g., '[John] 2026'). Default: empty string.
JIRA_PROJECT_CONFIGSNoJSON array of per-project Jira configuration objects (define custom fields, statuses, etc.). Optional.
KROKI_CONTAINER_NAMENoDocker container name for Kroki. Default: 'kroki'.
WIKI_ISSUE_SPACE_KEYNoWiki Space Key(s) for issue pages (comma-separated, leftmost has priority). Optional.
WIKI_ISSUE_ROOT_PAGE_IDNoRoot page ID for Wiki issue pages. Optional.

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/dolrea77/auto-mcp-server'

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