Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_USERNoYour Jira user email. Required if not provided via .env file.
JIRA_API_KEYNoYour Atlassian API token. Required if not provided via .env file.
JIRA_BASE_URLNoYour Jira instance base URL (e.g., https://yourcompany.atlassian.net). Required if not provided via .env file.
BITBUCKET_USERNoBitbucket user email. Optional.
BITBUCKET_API_TOKENNoBitbucket Cloud API token. Optional.
BITBUCKET_WORKSPACENoBitbucket workspace name (e.g., your-workspace). Optional.
ENABLE_BITBUCKET_PR_TOOLSNoSet to 'true' to enable additional Bitbucket PR tools (commits, diffs, comments, etc.). Optional, defaults to 'false'.
ENABLE_BITBUCKET_ADMIN_TOOLSNoSet to 'true' to enable Bitbucket admin tools (build statuses, pipelines, tasks, etc.). Optional, defaults to 'false'.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_create_fieldsA

List Jira fields available when creating a ticket, including IDs, names, required flags, schemas, and allowed values.

get_ticketA

Fetch a Jira ticket by key (e.g. INFOSEC-2239). Returns standard fields, description, and populated custom fields.

search_ticketsA

Search Jira tickets using JQL. Example: 'project = INFOSEC AND status = Open'

get_child_issuesA

Get all child/sub-task issues for a given parent ticket.

list_bitbucket_reposC

List Bitbucket Cloud repositories in a workspace.

get_bitbucket_repoC

Fetch Bitbucket Cloud repository metadata.

search_bitbucket_reposC

Search Bitbucket Cloud repositories by slug, name, or description.

list_bitbucket_branchesA

List Bitbucket Cloud branches for a repository, optionally filtered by name.

list_bitbucket_pull_requestsC

List Bitbucket Cloud pull requests for a repository.

get_bitbucket_pull_requestC

Fetch Bitbucket Cloud pull request details.

create_ticketB

Create a new Jira ticket. Optionally pass custom_fields for Jira customfield_* or other fields.

update_ticketA

Update a Jira ticket. Can change standard fields, custom_fields, transition status, and/or add a comment.

attach_fileA

Attach a file to a Jira ticket. Provide the issue key and absolute file path.

link_ticketsA

Link two Jira tickets together. Default relationship is 'relates to'. Common types: 'relates to', 'Blocks', 'Duplicate', 'Cloners'.

get_confluence_pageA

Fetch a Confluence page by numeric ID or full URL. Returns title, space, version, and body as plain text.

search_confluenceB

Search Confluence pages using CQL. Example: 'space = SECENG AND type = page'

get_space_pagesC

List pages in a Confluence space. Example: space_key='SECENG'

create_confluence_pageC

Create a new Confluence page in a space. Optionally specify a parent page ID.

update_confluence_pageC

Update an existing Confluence page's content.

move_confluence_pageA

Move a Confluence page under a new parent page. Provide the page ID and the target parent page ID.

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/db3net/db3-atlassian-mcp'

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