README.md
March 29, 2025 ยท View on GitHub
With uv https://docs.astral.sh/uv/getting-started/ tool first set the env
- Rum
uv initthenuv venvto your new directory - Now install mcp with
uv pip install mcp - Install atlassian library
uv pip install atlassian-python-api - Open the main.py file and replace code with THIS
- In your project directory add
.cursor/mcp.jsonfile with following content
{
"mcpServers": {
"jira-mcp-server": {
"command": "uv",
"args": [
"--directory",
"<PATH_TO_YOUR_main.py_FILE_FOLDER>,
"run",
"main.py"
],
"env": {
"JIRA_URL": "<JIRA_URL>",
"JIRA_USERNAME": "<JIRA_EMAIL>",
"JIRA_TOKEN": "<TOKEN>"
}
}
}
}
- Go to cursor setting and enable the MCP Thats it :) In chat box ask about your jira tickets