MCP Atlassian
by saihiteesh
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_URL | No | URL of your Jira instance (Cloud: https://your-company.atlassian.net, Server/DC: https://jira.your-company.com) | |
| NO_PROXY | No | Comma-separated hosts to bypass proxy | |
| HTTP_PROXY | No | HTTP proxy URL (e.g., http://proxy.internal:8080) | |
| HTTPS_PROXY | No | HTTPS proxy URL | |
| MCP_VERBOSE | No | Set to 'true' for more detailed logging | |
| SOCKS_PROXY | No | SOCKS proxy URL | |
| ENABLED_TOOLS | No | Comma-separated list of tool names to enable (e.g., 'confluence_search,jira_get_issue') | |
| JIRA_USERNAME | No | Email address for Jira Cloud API token authentication | |
| CONFLUENCE_URL | No | URL of your Confluence instance (Cloud: https://your-company.atlassian.net/wiki, Server/DC: https://confluence.your-company.com) | |
| JIRA_API_TOKEN | No | API token for Jira Cloud (generated from Atlassian account) | |
| READ_ONLY_MODE | No | Set to 'true' to disable all write operations | |
| JIRA_SSL_VERIFY | No | Set to 'false' to disable SSL verification for Jira Server/Data Center (default: true) | |
| ACCOUNT_MAPPINGS | No | Account to project mappings for time logging (e.g., 'team-alpha:PROJ,DEV;team-beta:SUPPORT') | |
| MCP_LOGGING_STDOUT | No | Set to 'true' to log to stdout instead of stderr | |
| CONFLUENCE_USERNAME | No | Email address for Confluence Cloud API token authentication | |
| JIRA_CUSTOM_HEADERS | No | Comma-separated key=value pairs for custom HTTP headers on Jira requests | |
| JIRA_PERSONAL_TOKEN | No | Personal Access Token for Jira Server/Data Center | |
| CONFLUENCE_API_TOKEN | No | API token for Confluence Cloud (generated from Atlassian account) | |
| JIRA_PROJECTS_FILTER | No | Comma-separated list of Jira project keys to filter (e.g., 'PROJ,DEV,SUPPORT') | |
| ATLASSIAN_OAUTH_SCOPE | No | OAuth 2.0 scopes (e.g., 'read:jira-work write:jira-work read:confluence-content.all write:confluence-content offline_access') | |
| CONFLUENCE_SSL_VERIFY | No | Set to 'false' to disable SSL verification for Confluence Server/Data Center (default: true) | |
| ATLASSIAN_OAUTH_ENABLE | No | Set to 'true' to enable multi-cloud OAuth support (minimal mode) | |
| ATLASSIAN_OAUTH_CLOUD_ID | No | Atlassian Cloud ID for OAuth 2.0 authentication (obtained from setup wizard or known for your instance) | |
| CONFLUENCE_SPACES_FILTER | No | Comma-separated list of Confluence space keys to filter (e.g., 'DEV,TEAM,DOC') | |
| ATLASSIAN_OAUTH_CLIENT_ID | No | OAuth 2.0 client ID from Atlassian Developer Console | |
| CONFLUENCE_CUSTOM_HEADERS | No | Comma-separated key=value pairs for custom HTTP headers on Confluence requests | |
| CONFLUENCE_PERSONAL_TOKEN | No | Personal Access Token for Confluence Server/Data Center | |
| ATLASSIAN_OAUTH_ACCESS_TOKEN | No | Pre-existing OAuth 2.0 access token (BYOT method) | |
| ATLASSIAN_OAUTH_REDIRECT_URI | No | OAuth 2.0 redirect URI (e.g., http://localhost:8080/callback) | |
| ATLASSIAN_OAUTH_CLIENT_SECRET | No | OAuth 2.0 client secret from Atlassian Developer Console |
Capabilities
Server capabilities have not been inspected yet.
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/saihiteesh/jira-account-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server