We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brukhabtu/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment variables for Jira MCP Server
# Update with your actual Jira credentials
# Required: Your Jira instance URL
JIRA_BASE_URL=https://yourcompany.atlassian.net
# Required: Your Jira username/email address
JIRA_API_USER=your-email@company.com
# Required: Your Jira API token
# Create at: https://id.atlassian.com/manage-profile/security/api-tokens
JIRA_API_TOKEN=your-api-token-here
# Optional: Override MCP transport (stdio, http, sse)
MCP_TRANSPORT=stdio
# Optional: Override port for HTTP/SSE transport
MCP_PORT=8000
# Optional: Override logging level (DEBUG, INFO, WARNING, ERROR)
MCP_LOG_LEVEL=INFO
# Required: Route configuration from YAML file
MCP_ROUTE_CONFIG_PATH=./route-configs.yaml
MCP_ROUTE_CONFIG_NAME=read-only-plus