|
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-14T00:17:11Z", |
| 4 | + "last_updated": "2025-10-15T00:18:07Z", |
5 | 5 | "servers": { |
6 | 6 | "adb-mysql-mcp-server": { |
7 | 7 | "description": "Official MCP server for AnalyticDB for MySQL of Alibaba Cloud", |
|
484 | 484 | "architecture", |
485 | 485 | "visualization" |
486 | 486 | ], |
487 | | - "image": "ghcr.io/stacklok/dockyard/uvx/aws-diagram:1.0.9", |
| 487 | + "image": "ghcr.io/stacklok/dockyard/uvx/aws-diagram:1.0.10", |
488 | 488 | "permissions": { |
489 | 489 | "network": { |
490 | 490 | "outbound": {} |
|
534 | 534 | "cloud", |
535 | 535 | "reference" |
536 | 536 | ], |
537 | | - "image": "ghcr.io/stacklok/dockyard/uvx/aws-documentation:1.1.8", |
| 537 | + "image": "ghcr.io/stacklok/dockyard/uvx/aws-documentation:1.1.9", |
538 | 538 | "permissions": { |
539 | 539 | "network": { |
540 | 540 | "outbound": { |
|
906 | 906 | "status": "Active", |
907 | 907 | "transport": "stdio", |
908 | 908 | "tools": [ |
909 | | - "createSession", |
910 | | - "listSessions", |
911 | | - "closeSession", |
912 | | - "navigateWithSession", |
913 | | - "actWithSession", |
914 | | - "extractWithSession", |
915 | | - "observeWithSession", |
916 | | - "getUrlWithSession", |
917 | | - "getAllUrlsWithSession", |
918 | | - "closeAllSessions", |
919 | | - "navigate", |
920 | | - "act", |
921 | | - "extract", |
922 | | - "observe", |
923 | | - "screenshot", |
924 | | - "getUrl" |
| 909 | + "browserbase_screenshot", |
| 910 | + "browserbase_session_close", |
| 911 | + "browserbase_session_create", |
| 912 | + "browserbase_stagehand_act", |
| 913 | + "browserbase_stagehand_extract", |
| 914 | + "browserbase_stagehand_get_all_urls", |
| 915 | + "browserbase_stagehand_get_url", |
| 916 | + "browserbase_stagehand_navigate", |
| 917 | + "browserbase_stagehand_observe", |
| 918 | + "multi_browserbase_stagehand_act_session", |
| 919 | + "multi_browserbase_stagehand_extract_session", |
| 920 | + "multi_browserbase_stagehand_get_url_session", |
| 921 | + "multi_browserbase_stagehand_navigate_session", |
| 922 | + "multi_browserbase_stagehand_observe_session", |
| 923 | + "multi_browserbase_stagehand_session_close", |
| 924 | + "multi_browserbase_stagehand_session_create", |
| 925 | + "multi_browserbase_stagehand_session_list" |
925 | 926 | ], |
926 | 927 | "metadata": { |
927 | | - "stars": 2584, |
| 928 | + "stars": 2712, |
928 | 929 | "pulls": 133, |
929 | | - "last_updated": "2025-09-16T02:27:53Z" |
| 930 | + "last_updated": "2025-10-14T02:29:23Z" |
930 | 931 | }, |
931 | 932 | "repository_url": "https://github.com/browserbase/mcp-server-browserbase", |
932 | 933 | "tags": [ |
|
936 | 937 | "testing", |
937 | 938 | "stagehand" |
938 | 939 | ], |
939 | | - "image": "ghcr.io/stacklok/dockyard/npx/browserbase-mcp-server:2.1.2", |
| 940 | + "image": "ghcr.io/stacklok/dockyard/npx/browserbase-mcp-server:2.1.3", |
940 | 941 | "permissions": { |
941 | 942 | "network": { |
942 | 943 | "outbound": { |
|
1349 | 1350 | "transport": "streamable-http", |
1350 | 1351 | "tools": [ |
1351 | 1352 | "add_dolt_remote", |
| 1353 | + "add_dolt_test", |
1352 | 1354 | "alter_table", |
1353 | 1355 | "clone_database", |
1354 | 1356 | "create_database", |
|
1362 | 1364 | "dolt_fetch_branch", |
1363 | 1365 | "dolt_pull_branch", |
1364 | 1366 | "dolt_push_branch", |
1365 | | - "dolt_reset_all_tables_soft", |
1366 | 1367 | "dolt_reset_hard", |
1367 | | - "dolt_reset_table_soft", |
| 1368 | + "dolt_reset_soft", |
1368 | 1369 | "drop_database", |
1369 | 1370 | "drop_table", |
1370 | 1371 | "exec", |
|
1381 | 1382 | "move_dolt_branch", |
1382 | 1383 | "query", |
1383 | 1384 | "remove_dolt_remote", |
| 1385 | + "remove_dolt_test", |
| 1386 | + "run_dolt_tests", |
1384 | 1387 | "select_active_branch", |
1385 | 1388 | "select_version", |
1386 | 1389 | "show_create_table", |
|
1408 | 1411 | "merging", |
1409 | 1412 | "reproducibility" |
1410 | 1413 | ], |
1411 | | - "image": "docker.io/dolthub/dolt-mcp:0.2.1", |
| 1414 | + "image": "docker.io/dolthub/dolt-mcp:0.2.2", |
1412 | 1415 | "permissions": { |
1413 | 1416 | "network": { |
1414 | 1417 | "outbound": { |
|
1788 | 1791 | "set_during_runtime" |
1789 | 1792 | ], |
1790 | 1793 | "metadata": { |
1791 | | - "stars": 10380, |
| 1794 | + "stars": 10919, |
1792 | 1795 | "pulls": 2408, |
1793 | | - "last_updated": "2025-09-16T02:27:53Z" |
| 1796 | + "last_updated": "2025-10-14T02:29:24Z" |
1794 | 1797 | }, |
1795 | 1798 | "repository_url": "https://github.com/googleapis/genai-toolbox", |
1796 | 1799 | "tags": [ |
|
3420 | 3423 | "box_metadata_template_create_tool" |
3421 | 3424 | ], |
3422 | 3425 | "metadata": { |
3423 | | - "stars": 51, |
| 3426 | + "stars": 81, |
3424 | 3427 | "pulls": 52, |
3425 | | - "last_updated": "2025-09-16T02:27:53Z" |
| 3428 | + "last_updated": "2025-10-14T02:29:24Z" |
3426 | 3429 | }, |
3427 | 3430 | "repository_url": "https://github.com/box-community/mcp-server-box", |
3428 | 3431 | "tags": [ |
|
3571 | 3574 | "provision_neon_auth" |
3572 | 3575 | ], |
3573 | 3576 | "metadata": { |
3574 | | - "stars": 460, |
| 3577 | + "stars": 485, |
3575 | 3578 | "pulls": 55, |
3576 | | - "last_updated": "2025-09-16T02:27:52Z" |
| 3579 | + "last_updated": "2025-10-14T02:29:22Z" |
3577 | 3580 | }, |
3578 | 3581 | "repository_url": "https://github.com/neondatabase-labs/mcp-server-neon", |
3579 | 3582 | "tags": [ |
|
4900 | 4903 | "tavily-map" |
4901 | 4904 | ], |
4902 | 4905 | "metadata": { |
4903 | | - "stars": 754, |
| 4906 | + "stars": 829, |
4904 | 4907 | "pulls": 80, |
4905 | | - "last_updated": "2025-09-16T02:27:52Z" |
| 4908 | + "last_updated": "2025-10-14T02:29:23Z" |
4906 | 4909 | }, |
4907 | 4910 | "repository_url": "https://github.com/tavily-ai/tavily-mcp", |
4908 | 4911 | "tags": [ |
|
0 commit comments