Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jira": {
"command": "node",
"args": [
"/path/to/jira-server/build/index.js"
],
"env": {
"JIRA_EMAIL": "",
"JIRA_API_TOKEN": "",
"JIRA_DOMAIN": ""
}
}
}
}