Skip to content

Commit 202c2f6

Browse files
committed
refactor: Rename atlassian.json to jira.json and update related fields
1 parent 2db0c39 commit 202c2f6

File tree

1 file changed

+14
-43
lines changed

1 file changed

+14
-43
lines changed

mcp-registry/servers/atlassian.json renamed to mcp-registry/servers/jira.json

Lines changed: 14 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "mcp-atlassian",
3-
"display_name": "Atlassian MCP Server",
2+
"name": "jira",
3+
"display_name": "Jira Atlassian MCP Server",
44
"description": "Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). This integration supports both Confluence & Jira Cloud and Server/Data Center deployments.",
55
"repository": {
66
"type": "git",
@@ -11,10 +11,7 @@
1111
"name": "melio"
1212
},
1313
"license": "MIT",
14-
"categories": [
15-
"Professional Apps",
16-
"Productivity"
17-
],
14+
"categories": ["Professional Apps", "Productivity"],
1815
"tags": [
1916
"atlassian",
2017
"jira",
@@ -24,45 +21,19 @@
2421
"integration"
2522
],
2623
"installations": {
27-
"uvx": {
28-
"type": "uvx",
29-
"command": "uvx",
30-
"args": [
31-
"mcp-atlassian"
32-
],
33-
"env": {
34-
"JIRA_API_TOKEN": "${JIRA_API_TOKEN}",
35-
"JIRA_USERNAME": "${JIRA_USERNAME}",
36-
"JIRA_INSTANCE_URL": "${JIRA_INSTANCE_URL}"
37-
},
38-
"description": "Using uvx to run the Atlassian MCP server",
39-
"recommended": true
40-
},
41-
"custom": {
24+
"melio-mcp-install": {
4225
"type": "custom",
43-
"command": "git",
44-
"args": [
45-
"clone",
46-
"https://github.com/melio/mcp-atlassian.git",
47-
"&&",
48-
"cd",
49-
"mcp-atlassian",
50-
"&&",
51-
"pip",
52-
"install",
53-
"-e",
54-
".",
55-
"&&",
56-
"python",
57-
"-m",
58-
"mcp_atlassian"
59-
],
26+
"command": "melio-mcp-install.sh",
27+
"args": [],
6028
"env": {
61-
"JIRA_API_TOKEN": "${JIRA_API_TOKEN}",
29+
"MCP_REPO_URL": "https://github.com/melio/mcp-atlassian.git",
30+
"MCP_SETUP_COMMAND": "uv sync --frozen --all-extras",
31+
"MCP_RUN_COMMAND": "uv run mcp-atlassian",
32+
"JIRA_URL": "${JIRA_INSTANCE_URL}",
6233
"JIRA_USERNAME": "${JIRA_USERNAME}",
63-
"JIRA_INSTANCE_URL": "${JIRA_INSTANCE_URL}"
34+
"JIRA_API_TOKEN": "${JIRA_API_TOKEN}"
6435
},
65-
"description": "Install and run from GitHub repository"
36+
"description": "Clone, build, and run the Atlassian MCP server using melio-mcp-install.sh"
6637
}
6738
},
6839
"arguments": {
@@ -79,7 +50,7 @@
7950
"JIRA_INSTANCE_URL": {
8051
"description": "Jira instance URL",
8152
"required": true,
82-
"example": "https://your-domain.atlassian.net"
53+
"example": "https://meliorisk.atlassian.net"
8354
}
8455
},
8556
"tools": [
@@ -163,4 +134,4 @@
163134
"prompt": "Create a new bug report for the login functionality"
164135
}
165136
]
166-
}
137+
}

0 commit comments

Comments
 (0)