Skip to main content
Glama
Hopcos
by Hopcos

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHTTP bind address127.0.0.1
MCP_PORTNoHTTP TCP port8080
JIRA_TOOLSNoTool permission allowlist (read/create/update/delete/write or exact tool names). Empty means all tools are enabled.
HTTPS_PROXYNoOutbound proxy URL (honored by httpx trust_env)
MCP_LOG_FILENoLog file path; empty means stderr
JIRA_BASE_URLYesJira instance URL; must be https:// (e.g., https://acme.atlassian.net)
MCP_AUTH_MODENoHTTP client authentication mode: 'none' or 'token'none
MCP_LOG_LEVELNoLogging level: DEBUG, INFO, WARNING, ERRORINFO
MCP_TRANSPORTNoTransport mode: 'stdio', 'http' (SSE), or 'http-streamable'stdio
JIRA_API_TOKENYesJira API token (Cloud) or Personal Access Token (Server). Required.
JIRA_RATE_LIMITNoClient-side requests per minute (token bucket)100
JIRA_USER_EMAILNoAccount email for Jira Cloud Basic auth. Required when JIRA_AUTH_METHOD is 'basic'.
JIRA_AUTH_METHODNoAuthentication method: 'basic' for Jira Cloud or 'bearer' for Data Center/Serverbasic
MCP_CORS_ORIGINSNoComma-separated allowed CORS origins*
MCP_SERVER_TOKENNoBearer token clients must send. Required when MCP_AUTH_MODE is 'token'.
JIRA_PROJECT_KEYSNoComma-separated allowlist of project keys; reads are scoped and writes are blocked outside this list (e.g., 'ENG,SALES')
JIRA_CONNECT_TIMEOUTNoConnection-establishment timeout in seconds10
JIRA_REQUEST_TIMEOUTNoPer-request timeout in seconds30

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/Hopcos/jira-mcp-server'

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