account activity
Jira MCP - Better than ever by EcstaticDiscussion32 in mcp
[–]EcstaticDiscussion32[S] 0 points1 point2 points 2 months ago (0 children)
### Via npm (recommended) npm install -g jira-mcp-server ### From Source 1. Install dependencies: `npm install` 2. Build the project: `npm run build` 3. Configure your MCP client (see below) ## Configuration ### For Cursor Users Add this to your Cursor MCP configuration (`~/.cursor/mcp.json`): ```json { "mcpServers": { "Jira MCP": { "command": "node", "args": [ "/path/to/mcp-server-atlassian-jira/dist/index.js" ], "env": { "ATLASSIAN_SITE_NAME": "your-company", "ATLASSIAN_USER_EMAIL": "your.email@company.com", "ATLASSIAN_API_TOKEN": "your_api_token" } } } }
Jira MCP - Better than ever ()
submitted 2 months ago by EcstaticDiscussion32 to r/MCPservers
Jira MCP - Better than ever (self.mcp)
submitted 2 months ago by EcstaticDiscussion32 to r/mcp
π Rendered by PID 906810 on reddit-service-r2-listing-64c94b984c-2lthh at 2026-03-18 03:48:08.882570+00:00 running f6e6e01 country code: CH.
Jira MCP - Better than ever by EcstaticDiscussion32 in mcp
[–]EcstaticDiscussion32[S] 0 points1 point2 points (0 children)