npx claudepluginhub devmuslim/pdm-skills --plugin agile-coachAdd to your .mcp.json:
{
"mcpServers": {
"_OPTION_B_JIRA_DATA_CENTER": {
"command": "uvx",
"args": [
"mcp-atlassian"
],
"env": {
"JIRA_URL": "https://jira.YOUR-COMPANY.com",
"JIRA_PERSONAL_TOKEN": "YOUR_PAT_TOKEN_HERE"
}
}
}
}Replace placeholder values for: JIRA_PERSONAL_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
uvxJIRA_URL=https://jira.YOUR-COMPANY.comJIRA_PERSONAL_TOKEN=YOUR_PAT_TOKEN_HERE