Loading MCP server directory, please wait...
Alces for Jira Data Center — MCP server bridging Jira DC/JSM with AI agents
npx @getmcp/cli add com.moosejudge/alces-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
JIRA_URLBase URL of the Jira Data Center instance
JIRA_USER_TOKENPersonal Access Token for standard operations
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.moosejudge/alces-mcp": {
"command": "npx",
"args": [
"-y",
"alces-mcp"
],
"env": {
"JIRA_URL": "",
"JIRA_USER_TOKEN": "",
"JIRA_ADMIN_TOKEN": ""
}
}
}
}