Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDIS_HOSTNoRedis connection string or host:port used for caching tokens. Default: "localhost:6379".localhost:6379
ELASTIC_URLNoElastic endpoint URL. Default: not set.
SERVER_DOMAINNoBase URL where this server is reachable (used to build OAuth redirect/callback URLs). Default: "http://localhost:3000".http://localhost:3000
ELASTIC_API_KEYNoAPI key for Elastic (used for telemetry/logging if configured). Default: not set.
ATLASSIAN_CLIENT_IDYesthe OAuth client ID from your Atlassian developer app. This and ATLASSIAN_CLIENT_SECRET are mandatory for the OAuth flow to work.
ATLASSIAN_CLIENT_SECRETYesthe OAuth client secret from your Atlassian developer app.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_issue

Creates an issue to the users

get_projects

Get the projects the user has access to

get_accessible_resources

Fetches a list of resources the user has access to.

Prompts

Interactive templates invoked by user choice

NameDescription
bug_report_promptIn case of a BUG Issue, please provide the expected result, actual result and steps to reproduce the issue
epic_report_promptIn case of an EPIC Issue, please provide all the details that can help in creating an epic report.

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

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