Troubleshooting
Common Issues
Authentication Failures (Cloud)
Authentication Failures (Cloud)
- Ensure you’re using API tokens, not your account password
- Verify the token hasn’t expired
- Check that
JIRA_USERNAME/CONFLUENCE_USERNAMEis your email address
Authentication Failures (Server/Data Center)
Authentication Failures (Server/Data Center)
- Verify your Personal Access Token is valid and not expired
- For older Confluence servers, try basic auth with
CONFLUENCE_USERNAMEandCONFLUENCE_API_TOKEN(where token is your password)
SSL Certificate Issues
SSL Certificate Issues
For Server/Data Center with self-signed certificates:
Permission Errors
Permission Errors
Ensure your Atlassian account has sufficient permissions to access the spaces/projects you’re targeting.
Python Version Issues
Python Version Issues
Python 3.14 is not yet supported due to upstream pydantic-core/PyO3 limitations.Workaround with uvx:In IDE configuration:
Debugging
Enable Verbose Logging
View Logs
- macOS
- Windows
MCP Inspector
Test your configuration interactively:Debugging Custom Headers
Verify Headers Are Applied
-
Enable debug logging:
-
Check logs for header confirmation:
Correct Header Format
Header values containing sensitive information are automatically masked in logs.
Getting Help
- Check GitHub Issues for known problems
- Review SECURITY.md for security-related concerns
- Open a new issue with debug logs if the problem persists