custom-atlassian-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ATLASSIAN_SITE | Yes | Your Atlassian Cloud host (no protocol, no trailing slash) | |
| ATLASSIAN_EMAIL | Yes | Email of the account that owns the API token | |
| ATLASSIAN_API_TOKEN | Yes | API token from the Atlassian profile page |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jira_searchA | Search Jira issues with a JQL query. Returns a compact list (key, summary, status, assignee, priority, updated). |
| jira_get_issueA | Fetch a single Jira issue by key, including description and recent comments. |
| jira_add_commentB | Add a plain-text comment to a Jira issue. |
| jira_update_issueA | Update editable fields on a Jira issue. Description is converted from plain text to ADF. |
| jira_list_sprintsA | List sprints for a Jira Software board (Agile API). Filter by state to find the active sprint. |
| jira_add_issues_to_sprintA | Move one or more issues into a sprint (Agile API). |
| jira_create_issueA | Create a new Jira issue. Description is converted from plain text to ADF. Use epicKey to link the issue to an epic (company-managed projects) or parentKey to nest it under a parent issue (team-managed projects or defect grouping). Stories and defects go in the NUTLA project; CAKE issues are Feature-type epics only. |
| jira_transition_issueA | List available transitions for an issue, or apply a transition by id or name. |
| confluence_searchA | Search Confluence content with CQL (e.g. 'space = ENG AND title ~ "onboarding"'). Returns title, space, and URL. |
| confluence_get_pageA | Fetch a Confluence page by id, including body (storage format converted to plain text). |
| confluence_create_pageA | Create a new Confluence page. Body is treated as Confluence storage-format XHTML — pass HTML-ish markup, not markdown. |
| confluence_update_pageA | Update a Confluence page. Preserves draft/current status by default; drafts stay at version 1 (Confluence constraint). Pass status='current' to publish a draft. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/shamshodisaev/custom-atlassian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server