Skip to content

Commit b6bfe1e

Browse files
committed
do a fresh import
Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent 45c87fa commit b6bfe1e

File tree

83 files changed

+2301
-2102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+2301
-2102
lines changed
Lines changed: 39 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,45 @@
1-
# Docker/OCI image reference (REQUIRED)
2-
image: ghcr.io/stacklok/dockyard/uvx/arxiv-mcp-server:0.3.0
3-
4-
# One-line description (REQUIRED)
1+
# arxiv-mcp-server MCP Server Registry Entry
2+
# Auto-imported from ToolHive registry.json
3+
#
4+
# Original source: https://github.com/stacklok/toolhive
5+
# Import timestamp: 2025-08-14T07:27:00Z
6+
# ---
7+
name: arxiv-mcp-server
58
description: Enables AI assistants to search and access arXiv research papers through MCP protocol. Mount a volume to /arxiv-papers for persistent paper storage.
6-
7-
# Communication protocol (REQUIRED)
8-
transport: stdio
9-
10-
# Source code repository (HIGHLY RECOMMENDED)
11-
repository_url: https://github.com/blazickjp/arxiv-mcp-server
12-
13-
# Project homepage/documentation (OPTIONAL)
14-
homepage: https://github.com/blazickjp/arxiv-mcp-server
15-
16-
# License identifier (OPTIONAL)
17-
license: MIT
18-
19-
# Author/organization (OPTIONAL)
20-
author: Pearl Labs Team
21-
22-
# Classification tier (OPTIONAL, defaults to "Community")
239
tier: Community
24-
25-
# Development status (OPTIONAL, defaults to "Active")
2610
status: Active
27-
28-
# Categorization tags (RECOMMENDED)
29-
tags:
30-
- research
31-
- academic
32-
- papers
33-
- arxiv
34-
- search
35-
36-
# List of tools provided (HIGHLY RECOMMENDED)
11+
transport: stdio
3712
tools:
38-
- search_papers
39-
- download_paper
40-
- list_papers
41-
- read_paper
42-
43-
# Environment variables (IF APPLICABLE)
13+
- search_papers
14+
- download_paper
15+
- list_papers
16+
- read_paper
17+
metadata:
18+
stars: 1559
19+
pulls: 77
20+
last_updated: "2025-08-13T08:42:29Z"
21+
repository_url: https://github.com/blazickjp/arxiv-mcp-server
22+
tags:
23+
- research
24+
- academic
25+
- papers
26+
- arxiv
27+
- search
28+
image: ghcr.io/stacklok/dockyard/uvx/arxiv-mcp-server:0.3.0
29+
permissions:
30+
network:
31+
outbound:
32+
allow_host:
33+
- arxiv.org
34+
- export.arxiv.org
35+
allow_port:
36+
- 443
37+
- 80
4438
env_vars:
45-
- name: ARXIV_STORAGE_PATH
46-
description: Directory path where downloaded papers will be stored
47-
required: false
48-
default: "/arxiv-papers"
49-
50-
# Command-line arguments (IF APPLICABLE)
39+
- name: ARXIV_STORAGE_PATH
40+
description: Directory path where downloaded papers will be stored
41+
required: false
42+
default: /arxiv-papers
5143
args:
52-
- --storage-path
53-
- /arxiv-papers
54-
55-
# Security permissions (IF APPLICABLE)
56-
permissions:
57-
# Network access
58-
network:
59-
outbound:
60-
allow_host:
61-
- arxiv.org
62-
- export.arxiv.org
63-
allow_port:
64-
- 443
65-
- 80
66-
67-
# File system access
68-
write: []
69-
70-
# Usage metrics (OPTIONAL, auto-updated)
71-
metrics:
72-
stars: 0
73-
pulls: 0
44+
- --storage-path
45+
- /arxiv-papers

registry/atlassian/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ This server provides 41 tools:
5656

5757
## Statistics
5858

59-
- ⭐ Stars: 2741
60-
- 📦 Pulls: 12519
61-
- 🕐 Last Updated: 2025-08-11T00:24:54Z
59+
- ⭐ Stars: 2787
60+
- 📦 Pulls: 12849
61+
- 🕐 Last Updated: 2025-08-13T08:42:39Z

registry/atlassian/spec.yaml

Lines changed: 27 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,13 @@
22
# Auto-imported from ToolHive registry.json
33
#
44
# Original source: https://github.com/stacklok/toolhive
5-
# Import timestamp: 2025-08-11T09:21:39Z
5+
# Import timestamp: 2025-08-14T07:27:00Z
66
# ---
77
name: atlassian
8-
image: ghcr.io/sooperset/mcp-atlassian:0.11.9
98
description: Connect to Atlassian products like Confluence, Jira Cloud and Server/Data deployments.
109
tier: Community
1110
status: Active
1211
transport: stdio
13-
targetport: 0
14-
permissions:
15-
name: ""
16-
read: []
17-
write: []
18-
network:
19-
outbound:
20-
insecureallowall: false
21-
allowhost:
22-
- .atlassian.net
23-
- .atlassian.com
24-
allowport:
25-
- 443
2612
tools:
2713
- confluence_search
2814
- confluence_get_page
@@ -65,99 +51,78 @@ tools:
6551
- jira_get_all_projects
6652
- jira_create_version
6753
- jira_batch_create_versions
68-
envvars:
54+
metadata:
55+
stars: 2787
56+
pulls: 12849
57+
last_updated: "2025-08-13T08:42:39Z"
58+
repository_url: https://github.com/sooperset/mcp-atlassian
59+
tags:
60+
- atlassian
61+
- confluence
62+
- jira
63+
- wiki
64+
- issue-tracking
65+
- project-management
66+
- documentation
67+
- cloud
68+
- server
69+
- data-center
70+
image: ghcr.io/sooperset/mcp-atlassian:0.11.9
71+
permissions:
72+
network:
73+
outbound:
74+
allow_host:
75+
- .atlassian.net
76+
- .atlassian.com
77+
allow_port:
78+
- 443
79+
env_vars:
6980
- name: CONFLUENCE_URL
7081
description: Confluence URL (e.g., https://your-domain.atlassian.net/wiki)
7182
required: false
72-
default: ""
73-
secret: false
7483
- name: CONFLUENCE_USERNAME
7584
description: Confluence username/email for Cloud deployments
7685
required: false
77-
default: ""
78-
secret: false
7986
- name: CONFLUENCE_API_TOKEN
8087
description: Confluence API token for Cloud deployments
8188
required: false
82-
default: ""
8389
secret: true
8490
- name: CONFLUENCE_PERSONAL_TOKEN
8591
description: Confluence Personal Access Token for Server/Data Center deployments
8692
required: false
87-
default: ""
8893
secret: true
8994
- name: CONFLUENCE_SSL_VERIFY
9095
description: Verify SSL certificates for Confluence Server/Data Center (true/false)
9196
required: false
92-
default: ""
93-
secret: false
9497
- name: CONFLUENCE_SPACES_FILTER
9598
description: Comma-separated list of Confluence space keys to filter search results
9699
required: false
97-
default: ""
98-
secret: false
99100
- name: JIRA_URL
100101
description: Jira URL (e.g., https://your-domain.atlassian.net)
101102
required: false
102-
default: ""
103-
secret: false
104103
- name: JIRA_USERNAME
105104
description: Jira username/email for Cloud deployments
106105
required: false
107-
default: ""
108-
secret: false
109106
- name: JIRA_API_TOKEN
110107
description: Jira API token for Cloud deployments
111108
required: false
112-
default: ""
113109
secret: true
114110
- name: JIRA_PERSONAL_TOKEN
115111
description: Jira Personal Access Token for Server/Data Center deployments
116112
required: false
117-
default: ""
118113
secret: true
119114
- name: JIRA_SSL_VERIFY
120115
description: Verify SSL certificates for Jira Server/Data Center (true/false)
121116
required: false
122-
default: ""
123-
secret: false
124117
- name: JIRA_PROJECTS_FILTER
125118
description: Comma-separated list of Jira project keys to filter search results
126119
required: false
127-
default: ""
128-
secret: false
129120
- name: READ_ONLY_MODE
130121
description: Run in read-only mode (disables all write operations)
131122
required: false
132-
default: ""
133-
secret: false
134123
- name: MCP_VERBOSE
135124
description: Increase logging verbosity
136125
required: false
137-
default: ""
138-
secret: false
139126
- name: ENABLED_TOOLS
140127
description: Comma-separated list of tool names to enable (if not set, all tools are enabled)
141128
required: false
142-
default: ""
143-
secret: false
144-
args: []
145-
metadata:
146-
stars: 2741
147-
pulls: 12519
148-
lastupdated: "2025-08-11T00:24:54Z"
149-
repositoryurl: https://github.com/sooperset/mcp-atlassian
150-
tags:
151-
- atlassian
152-
- confluence
153-
- jira
154-
- wiki
155-
- issue-tracking
156-
- project-management
157-
- documentation
158-
- cloud
159-
- server
160-
- data-center
161-
dockertags: []
162-
provenance: null
163-
custommetadata: {}

registry/aws-diagram/spec.yaml

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,35 @@
22
# Auto-imported from ToolHive registry.json
33
#
44
# Original source: https://github.com/stacklok/toolhive
5-
# Import timestamp: 2025-08-11T09:21:39Z
5+
# Import timestamp: 2025-08-14T07:27:00Z
66
# ---
77
name: aws-diagram
8-
image: docker.io/mcp/aws-diagram:latest
98
description: Generate AWS diagrams, sequence diagrams, flow diagrams, and class diagrams using Python code.
109
tier: Official
1110
status: Active
1211
transport: stdio
13-
targetport: 0
14-
permissions:
15-
name: ""
16-
read: []
17-
write: []
18-
network:
19-
outbound:
20-
insecureallowall: false
21-
allowhost: []
22-
allowport: []
2312
tools:
2413
- generate_diagram
2514
- get_diagram_examples
2615
- list_icons
27-
envvars:
28-
- name: FASTMCP_LOG_LEVEL
29-
description: Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
30-
required: false
31-
default: ERROR
32-
secret: false
33-
args: []
3416
metadata:
35-
stars: 5281
36-
pulls: 7141
37-
lastupdated: "2025-08-11T00:25:00Z"
38-
repositoryurl: https://github.com/awslabs/mcp
17+
stars: 5324
18+
pulls: 7294
19+
last_updated: "2025-08-13T08:42:54Z"
20+
repository_url: https://github.com/awslabs/mcp
3921
tags:
4022
- aws
4123
- diagram
4224
- sequence-diagram
4325
- flow-diagram
4426
- class-diagram
4527
- python
46-
dockertags: []
47-
provenance: null
48-
custommetadata: {}
28+
image: docker.io/mcp/aws-diagram:latest
29+
permissions:
30+
network:
31+
outbound: {}
32+
env_vars:
33+
- name: FASTMCP_LOG_LEVEL
34+
description: Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
35+
required: false
36+
default: ERROR

0 commit comments

Comments
 (0)