Skip to content

Commit b91f31a

Browse files
Update registry from toolhive-registry release v2025.11.07 (#2492)
Co-authored-by: JAORMX <145564+JAORMX@users.noreply.github.com>
1 parent 3725e1c commit b91f31a

File tree

1 file changed

+167
-40
lines changed

1 file changed

+167
-40
lines changed

pkg/registry/data/registry.json

Lines changed: 167 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/stacklok/toolhive/main/pkg/registry/data/schema.json",
33
"version": "1.0.0",
4-
"last_updated": "2025-11-06T00:18:31Z",
4+
"last_updated": "2025-11-07T00:18:50Z",
55
"servers": {
66
"adb-mysql-mcp-server": {
77
"description": "Official MCP server for AnalyticDB for MySQL of Alibaba Cloud",
@@ -461,6 +461,105 @@
461461
}
462462
]
463463
},
464+
"aws-api": {
465+
"description": "Enables AI assistants to interact with AWS services and resources through AWS CLI commands",
466+
"tier": "Official",
467+
"status": "Active",
468+
"transport": "stdio",
469+
"tools": [
470+
"call_aws",
471+
"suggest_aws_commands"
472+
],
473+
"repository_url": "https://github.com/awslabs/mcp",
474+
"tags": [
475+
"aws",
476+
"cli",
477+
"cloud",
478+
"infrastructure",
479+
"api",
480+
"devops"
481+
],
482+
"image": "public.ecr.aws/awslabs-mcp/awslabs/aws-api-mcp-server:1.1.3",
483+
"permissions": {
484+
"network": {
485+
"outbound": {
486+
"allow_host": [
487+
"aws.amazon.com",
488+
".amazonaws.com"
489+
],
490+
"allow_port": [
491+
443
492+
]
493+
}
494+
}
495+
},
496+
"env_vars": [
497+
{
498+
"name": "AWS_REGION",
499+
"description": "Default AWS region for CLI commands unless a specific region is provided in the request",
500+
"required": false,
501+
"default": "us-east-1"
502+
},
503+
{
504+
"name": "AWS_ACCESS_KEY_ID",
505+
"description": "AWS access key ID for authentication",
506+
"required": false,
507+
"secret": true
508+
},
509+
{
510+
"name": "AWS_SECRET_ACCESS_KEY",
511+
"description": "AWS secret access key for authentication",
512+
"required": false,
513+
"secret": true
514+
},
515+
{
516+
"name": "AWS_SESSION_TOKEN",
517+
"description": "AWS session token for temporary credentials",
518+
"required": false,
519+
"secret": true
520+
},
521+
{
522+
"name": "READ_OPERATIONS_ONLY",
523+
"description": "When set to \"true\", restricts execution to read-only operations",
524+
"required": false,
525+
"default": "false"
526+
},
527+
{
528+
"name": "REQUIRE_MUTATION_CONSENT",
529+
"description": "When set to \"true\", asks explicit consent before executing non-read-only operations",
530+
"required": false,
531+
"default": "false"
532+
},
533+
{
534+
"name": "AWS_API_MCP_WORKING_DIR",
535+
"description": "Working directory path for MCP server operations (must be absolute path)",
536+
"required": false
537+
},
538+
{
539+
"name": "AWS_API_MCP_ALLOW_UNRESTRICTED_LOCAL_FILE_ACCESS",
540+
"description": "When set to \"true\", enables system-wide file access (may cause unintended overwrites)",
541+
"required": false,
542+
"default": "false"
543+
},
544+
{
545+
"name": "AWS_API_MCP_TELEMETRY",
546+
"description": "Allow sending additional telemetry data to AWS related to server configuration",
547+
"required": false,
548+
"default": "true"
549+
},
550+
{
551+
"name": "EXPERIMENTAL_AGENT_SCRIPTS",
552+
"description": "When set to \"true\", enables experimental agent scripts functionality",
553+
"required": false,
554+
"default": "false"
555+
},
556+
{
557+
"name": "AWS_API_MCP_AGENT_SCRIPTS_DIR",
558+
"description": "Directory path containing custom user scripts for agent scripts functionality",
559+
"required": false
560+
}
561+
]
562+
},
464563
"aws-diagram": {
465564
"description": "Generate AWS diagrams, sequence diagrams, flow diagrams, and class diagrams using Python code.",
466565
"tier": "Official",
@@ -1014,7 +1113,7 @@
10141113
"devops",
10151114
"testing"
10161115
],
1017-
"image": "ghcr.io/buildkite/buildkite-mcp-server:0.7.2",
1116+
"image": "ghcr.io/buildkite/buildkite-mcp-server:0.7.3",
10181117
"permissions": {
10191118
"network": {
10201119
"outbound": {
@@ -1873,9 +1972,9 @@
18731972
"git_init"
18741973
],
18751974
"metadata": {
1876-
"stars": 70561,
1975+
"stars": 72000,
18771976
"pulls": 10404,
1878-
"last_updated": "2025-10-17T02:30:04Z"
1977+
"last_updated": "2025-11-06T02:33:24Z"
18791978
},
18801979
"repository_url": "https://github.com/modelcontextprotocol/servers",
18811980
"tags": [
@@ -1944,9 +2043,9 @@
19442043
"update_pull_request_branch"
19452044
],
19462045
"metadata": {
1947-
"stars": 23700,
2046+
"stars": 24254,
19482047
"pulls": 5000,
1949-
"last_updated": "2025-10-18T02:26:51Z"
2048+
"last_updated": "2025-11-06T02:33:26Z"
19502049
},
19512050
"repository_url": "https://github.com/github/github-mcp-server",
19522051
"tags": [
@@ -2942,7 +3041,7 @@
29423041
"metadata": {
29433042
"stars": 13,
29443043
"pulls": 4946,
2945-
"last_updated": "2025-10-17T02:30:05Z"
3044+
"last_updated": "2025-11-06T02:33:25Z"
29463045
},
29473046
"repository_url": "https://github.com/nirmata/kyverno-mcp",
29483047
"tags": [
@@ -4376,45 +4475,44 @@
43764475
"description": "Provides browser automation capabilities using Playwright",
43774476
"tier": "Official",
43784477
"status": "Active",
4379-
"transport": "streamable-http",
4478+
"transport": "stdio",
43804479
"tools": [
4480+
"browser_click",
43814481
"browser_close",
4382-
"browser_resize",
43834482
"browser_console_messages",
4384-
"browser_handle_dialog",
4483+
"browser_drag",
4484+
"browser_evaluate",
43854485
"browser_file_upload",
4486+
"browser_fill_form",
4487+
"browser_handle_dialog",
4488+
"browser_hover",
43864489
"browser_install",
4387-
"browser_press_key",
43884490
"browser_navigate",
43894491
"browser_navigate_back",
4390-
"browser_navigate_forward",
43914492
"browser_network_requests",
4392-
"browser_pdf_save",
4393-
"browser_take_screenshot",
4493+
"browser_press_key",
4494+
"browser_resize",
4495+
"browser_select_option",
43944496
"browser_snapshot",
4395-
"browser_click",
4396-
"browser_drag",
4397-
"browser_hover",
4497+
"browser_tabs",
4498+
"browser_take_screenshot",
43984499
"browser_type",
4399-
"browser_select_option",
4400-
"browser_tab_list",
4401-
"browser_tab_new",
4402-
"browser_tab_select",
4403-
"browser_tab_close",
4404-
"browser_generate_playwright_test",
44054500
"browser_wait_for"
44064501
],
44074502
"metadata": {
4408-
"stars": 22223,
4503+
"stars": 22839,
44094504
"pulls": 23622,
4410-
"last_updated": "2025-10-22T02:32:29Z"
4505+
"last_updated": "2025-11-05T21:23:31Z"
44114506
},
44124507
"repository_url": "https://github.com/microsoft/playwright-mcp",
44134508
"tags": [
44144509
"playwright",
44154510
"automation",
44164511
"browser",
4417-
"navigate"
4512+
"navigate",
4513+
"testing",
4514+
"web",
4515+
"accessibility"
44184516
],
44194517
"image": "mcr.microsoft.com/playwright/mcp:v0.0.45",
44204518
"target_port": 8931,
@@ -4427,13 +4525,7 @@
44274525
]
44284526
}
44294527
}
4430-
},
4431-
"args": [
4432-
"--port",
4433-
"8931",
4434-
"--allowed-hosts",
4435-
"*"
4436-
]
4528+
}
44374529
},
44384530
"plotting": {
44394531
"description": "Provides plotting capabilities for visualizing data in various formats.",
@@ -4492,9 +4584,9 @@
44924584
"analyze_db_health"
44934585
],
44944586
"metadata": {
4495-
"stars": 1336,
4496-
"pulls": 36198,
4497-
"last_updated": "2025-10-17T02:30:04Z"
4587+
"stars": 1449,
4588+
"pulls": 41060,
4589+
"last_updated": "2025-11-06T02:33:24Z"
44984590
},
44994591
"repository_url": "https://github.com/crystaldba/postgres-mcp",
45004592
"tags": [
@@ -4749,6 +4841,10 @@
47494841
"status": "Active",
47504842
"transport": "stdio",
47514843
"tools": [
4844+
"analyze_issue_with_seer",
4845+
"create_dsn",
4846+
"create_project",
4847+
"create_team",
47524848
"find_dsns",
47534849
"find_organizations",
47544850
"find_projects",
@@ -4761,7 +4857,8 @@
47614857
"search_docs",
47624858
"search_events",
47634859
"search_issues",
4764-
"use_sentry",
4860+
"update_issue",
4861+
"update_project",
47654862
"whoami"
47664863
],
47674864
"metadata": {
@@ -4777,7 +4874,7 @@
47774874
"error-tracking",
47784875
"observability"
47794876
],
4780-
"image": "ghcr.io/stacklok/dockyard/npx/sentry-mcp-server:0.20.0",
4877+
"image": "ghcr.io/stacklok/dockyard/npx/sentry-mcp-server:0.21.0",
47814878
"permissions": {
47824879
"network": {
47834880
"outbound": {
@@ -5145,9 +5242,9 @@
51455242
"convert_time"
51465243
],
51475244
"metadata": {
5148-
"stars": 70561,
5245+
"stars": 72000,
51495246
"pulls": 10986,
5150-
"last_updated": "2025-10-17T02:30:05Z"
5247+
"last_updated": "2025-11-06T02:33:25Z"
51515248
},
51525249
"repository_url": "https://github.com/modelcontextprotocol/servers",
51535250
"tags": [
@@ -5225,6 +5322,36 @@
52255322
},
52265323
"url": "https://mcp.atlassian.com/v1/sse"
52275324
},
5325+
"aws-knowledge": {
5326+
"description": "Documentation, code samples, regional availability knowledge, and other official AWS content",
5327+
"tier": "Official",
5328+
"status": "Active",
5329+
"transport": "streamable-http",
5330+
"tools": [
5331+
"search_documentation",
5332+
"read_documentation",
5333+
"recommend",
5334+
"list_regions",
5335+
"get_regional_availability"
5336+
],
5337+
"repository_url": "https://github.com/awslabs/mcp",
5338+
"tags": [
5339+
"remote",
5340+
"aws",
5341+
"documentation",
5342+
"cloudformation",
5343+
"reference",
5344+
"blogs",
5345+
"well-architected",
5346+
"code-samples",
5347+
"regional-availability"
5348+
],
5349+
"custom_metadata": {
5350+
"author": "AWS Labs",
5351+
"homepage": "https://awslabs.github.io/mcp/servers/aws-knowledge-mcp-server/"
5352+
},
5353+
"url": "https://knowledge-mcp.global.api.aws"
5354+
},
52285355
"canva": {
52295356
"description": "Canva's official remote MCP server for design creation and template management",
52305357
"tier": "Official",

0 commit comments

Comments
 (0)