Skip to content
Cline

alces mcp for Cline

com.moosejudge/alces-mcp

Alces for Jira Data Center — MCP server bridging Jira DC/JSM with AI agents

client:Cline transport:stdio runtime:npm

Install alces mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "alces-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "alces-mcp"
      ],
      "env": {
        "JIRA_URL": "<JIRA_URL>",
        "JIRA_USER_TOKEN": "<JIRA_USER_TOKEN>",
        "JIRA_ADMIN_TOKEN": "<JIRA_ADMIN_TOKEN>",
        "JIRA_TIMEOUT_MS": "<JIRA_TIMEOUT_MS>",
        "ALCES_TOOL_GROUPS": "<ALCES_TOOL_GROUPS>",
        "ALCES_TOKEN_ESCALATION_DOMAINS": "<ALCES_TOKEN_ESCALATION_DOMAINS>",
        "JIRA_SESSION_USERNAME": "<JIRA_SESSION_USERNAME>",
        "JIRA_SESSION_PASSWORD": "<JIRA_SESSION_PASSWORD>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

alces mcp in other clients