You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcp-registry/servers/algorand.json
+51-9Lines changed: 51 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "algorand",
3
-
"display_name": "Algorand MCP Implementation",
3
+
"display_name": "Algorand Implementation",
4
4
"description": "A comprehensive MCP server for tooling interactions (40+) and resource accessibility (60+) plus many useful prompts for interacting with the Algorand blockchain.",
Copy file name to clipboardExpand all lines: mcp-registry/servers/atlassian.json
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "atlassian",
3
-
"display_name": "MCP Atlassian",
3
+
"display_name": "Atlassian",
4
4
"description": "Interact with Atlassian Cloud products (Confluence and Jira) including searching/reading Confluence spaces/pages, accessing Jira issues, and project metadata.",
5
5
"repository": {
6
6
"type": "git",
@@ -66,5 +66,37 @@
66
66
"--jira-token=${JIRA_TOKEN}"
67
67
]
68
68
}
69
+
},
70
+
"arguments": {
71
+
"CONFLUENCE_URL": {
72
+
"description": "The URL of the Confluence site to connect to. Required for both Cloud and Server/Data Center deployments.",
73
+
"required": true,
74
+
"example": "https://your-company.atlassian.net/wiki or https://confluence.your-company.com"
75
+
},
76
+
"CONFLUENCE_USERNAME": {
77
+
"description": "The username for the Confluence account (email for Cloud). Required to authenticate with Confluence.",
0 commit comments