jira-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_URL | No | The URL of your Jira instance (e.g., https://your-company.atlassian.net) | |
| JIRA_USERNAME | No | Your Jira username (email for Cloud). Required for Cloud authentication. | |
| CONFLUENCE_URL | No | The URL of your Confluence instance (e.g., https://your-company.atlassian.net/wiki). Optional. | |
| JIRA_API_TOKEN | No | Your Jira API token. Required for Cloud authentication. | |
| CONFLUENCE_USERNAME | No | Your Confluence username (email for Cloud). Required if Confluence is used with Cloud. | |
| JIRA_PERSONAL_TOKEN | No | Your Jira Personal Access Token. Required for Server/Data Center authentication. | |
| CONFLUENCE_API_TOKEN | No | Your Confluence API token. Required if Confluence is used with Cloud. | |
| CONFLUENCE_PERSONAL_TOKEN | No | Your Confluence Personal Access Token. Required if Confluence is used with Server/Data Center. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/PhoebusForWork/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server