|
1 | 1 | { |
2 | 2 | "$schema": "https://raw.githubusercontent.com/stacklok/toolhive/main/pkg/registry/data/schema.json", |
3 | 3 | "version": "1.0.0", |
4 | | - "last_updated": "2025-10-07T00:17:21Z", |
| 4 | + "last_updated": "2025-10-08T00:17:09Z", |
5 | 5 | "servers": { |
6 | 6 | "adb-mysql-mcp-server": { |
7 | 7 | "description": "Official MCP server for AnalyticDB for MySQL of Alibaba Cloud", |
|
130 | 130 | "example_GetAstronautsCurrentlyInSpace" |
131 | 131 | ], |
132 | 132 | "metadata": { |
133 | | - "stars": 188, |
| 133 | + "stars": 210, |
134 | 134 | "pulls": 0, |
135 | | - "last_updated": "2025-09-09T02:30:39Z" |
| 135 | + "last_updated": "2025-10-07T02:28:19Z" |
136 | 136 | }, |
137 | 137 | "repository_url": "https://github.com/apollographql/apollo-mcp-server", |
138 | 138 | "tags": [ |
|
142 | 142 | "apollo", |
143 | 143 | "mcp" |
144 | 144 | ], |
145 | | - "image": "ghcr.io/apollographql/apollo-mcp-server:v0.8.0", |
| 145 | + "image": "ghcr.io/apollographql/apollo-mcp-server:v1.0.0", |
146 | 146 | "target_port": 5000, |
147 | 147 | "permissions": { |
148 | 148 | "network": { |
|
1962 | 1962 | "update", |
1963 | 1963 | "issues" |
1964 | 1964 | ], |
1965 | | - "image": "ghcr.io/github/github-mcp-server:v0.15.0", |
| 1965 | + "image": "ghcr.io/github/github-mcp-server:v0.17.1", |
1966 | 1966 | "permissions": { |
1967 | 1967 | "network": { |
1968 | 1968 | "outbound": { |
|
2103 | 2103 | "download_attachment" |
2104 | 2104 | ], |
2105 | 2105 | "metadata": { |
2106 | | - "stars": 545, |
2107 | | - "pulls": 12971, |
2108 | | - "last_updated": "2025-09-09T02:30:41Z" |
| 2106 | + "stars": 628, |
| 2107 | + "pulls": 18834, |
| 2108 | + "last_updated": "2025-10-07T02:28:19Z" |
2109 | 2109 | }, |
2110 | 2110 | "repository_url": "https://github.com/zereight/gitlab-mcp", |
2111 | 2111 | "tags": [ |
|
2118 | 2118 | "milestones", |
2119 | 2119 | "pipelines" |
2120 | 2120 | ], |
2121 | | - "image": "iwakitakuma/gitlab-mcp:2.0.5", |
| 2121 | + "image": "iwakitakuma/gitlab-mcp:2.0.6", |
2122 | 2122 | "target_port": 3002, |
2123 | 2123 | "permissions": { |
2124 | 2124 | "network": { |
|
3746 | 3746 | "data", |
3747 | 3747 | "query" |
3748 | 3748 | ], |
3749 | | - "image": "docker.io/mongodb/mongodb-mcp-server:1.0.1", |
| 3749 | + "image": "docker.io/mongodb/mongodb-mcp-server:1.0.2", |
3750 | 3750 | "permissions": { |
3751 | 3751 | "network": { |
3752 | 3752 | "outbound": { |
|
3909 | 3909 | "API-create-a-comment" |
3910 | 3910 | ], |
3911 | 3911 | "metadata": { |
3912 | | - "stars": 3145, |
3913 | | - "pulls": 29402, |
3914 | | - "last_updated": "2025-09-09T02:30:40Z" |
| 3912 | + "stars": 3277, |
| 3913 | + "pulls": 40073, |
| 3914 | + "last_updated": "2025-10-07T02:28:19Z" |
3915 | 3915 | }, |
3916 | 3916 | "repository_url": "https://github.com/makenotion/notion-mcp-server", |
3917 | 3917 | "tags": [ |
3918 | 3918 | "notion", |
3919 | 3919 | "notes" |
3920 | 3920 | ], |
3921 | | - "image": "mcp/notion:latest", |
| 3921 | + "image": "ghcr.io/stacklok/dockyard/npx/notion:1.9.0", |
3922 | 3922 | "permissions": { |
3923 | 3923 | "network": { |
3924 | 3924 | "outbound": { |
|
3933 | 3933 | }, |
3934 | 3934 | "env_vars": [ |
3935 | 3935 | { |
3936 | | - "name": "OPENAPI_MCP_HEADERS", |
3937 | | - "description": "HTTP headers for Notion API requests in JSON format. Example: {\"Authorization\":\"Bearer ntn_****\",\"Notion-Version\":\"2022-06-28\"}", |
| 3936 | + "name": "NOTION_TOKEN", |
| 3937 | + "description": "Notion integration token (ntn_****).", |
3938 | 3938 | "required": true, |
3939 | 3939 | "secret": true |
| 3940 | + }, |
| 3941 | + { |
| 3942 | + "name": "OPENAPI_MCP_HEADERS", |
| 3943 | + "description": "HTTP headers for Notion API requests in JSON format (advanced use cases). Example: {\"Authorization\":\"Bearer ntn_****\",\"Notion-Version\":\"2022-06-28\"}", |
| 3944 | + "required": false, |
| 3945 | + "secret": true |
3940 | 3946 | } |
3941 | 3947 | ] |
3942 | 3948 | }, |
|
4024 | 4030 | "get_block_info" |
4025 | 4031 | ], |
4026 | 4032 | "metadata": { |
4027 | | - "stars": 64, |
| 4033 | + "stars": 67, |
4028 | 4034 | "pulls": 0, |
4029 | | - "last_updated": "2025-09-08T02:31:33Z" |
| 4035 | + "last_updated": "2025-10-07T02:28:18Z" |
4030 | 4036 | }, |
4031 | 4037 | "repository_url": "https://github.com/Bankless/onchain-mcp", |
4032 | 4038 | "tags": [ |
|
4182 | 4188 | "share-traces" |
4183 | 4189 | ], |
4184 | 4190 | "metadata": { |
4185 | | - "stars": 6888, |
| 4191 | + "stars": 7169, |
4186 | 4192 | "pulls": 0, |
4187 | | - "last_updated": "2025-09-08T02:31:33Z" |
| 4193 | + "last_updated": "2025-10-07T02:28:18Z" |
4188 | 4194 | }, |
4189 | 4195 | "repository_url": "https://github.com/Arize-ai/phoenix", |
4190 | 4196 | "tags": [ |
|
4569 | 4575 | "ast", |
4570 | 4576 | "code-analysis" |
4571 | 4577 | ], |
4572 | | - "image": "ghcr.io/semgrep/mcp:0.8.1", |
| 4578 | + "image": "ghcr.io/semgrep/mcp:0.9.0", |
4573 | 4579 | "permissions": { |
4574 | 4580 | "network": { |
4575 | 4581 | "outbound": { |
|
5495 | 5501 | "status": "Active", |
5496 | 5502 | "transport": "streamable-http", |
5497 | 5503 | "tools": [ |
5498 | | - "search", |
5499 | | - "fetch", |
5500 | | - "create-pages", |
5501 | | - "update-page", |
5502 | | - "move-pages", |
5503 | | - "duplicate-page", |
5504 | | - "create-database", |
5505 | | - "update-database", |
5506 | | - "create-comment", |
5507 | | - "get-comments", |
5508 | | - "get-users", |
5509 | | - "get-user", |
5510 | | - "get-self" |
| 5504 | + "notion-search", |
| 5505 | + "notion-fetch", |
| 5506 | + "notion-create-pages", |
| 5507 | + "notion-update-page", |
| 5508 | + "notion-move-pages", |
| 5509 | + "notion-duplicate-page", |
| 5510 | + "notion-create-database", |
| 5511 | + "notion-update-database", |
| 5512 | + "notion-create-comment", |
| 5513 | + "notion-get-comments", |
| 5514 | + "notion-get-teams", |
| 5515 | + "notion-get-users", |
| 5516 | + "notion-get-user", |
| 5517 | + "notion-get-self" |
5511 | 5518 | ], |
5512 | 5519 | "metadata": { |
5513 | 5520 | "stars": 0, |
5514 | 5521 | "pulls": 0, |
5515 | | - "last_updated": "2025-09-11T02:29:32Z" |
| 5522 | + "last_updated": "2025-10-07T15:14:32Z" |
5516 | 5523 | }, |
5517 | 5524 | "tags": [ |
5518 | 5525 | "remote", |
|
0 commit comments