|
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-11-06T00:18:31Z", |
| 4 | + "last_updated": "2025-11-07T00:18:50Z", |
5 | 5 | "servers": { |
6 | 6 | "adb-mysql-mcp-server": { |
7 | 7 | "description": "Official MCP server for AnalyticDB for MySQL of Alibaba Cloud", |
|
461 | 461 | } |
462 | 462 | ] |
463 | 463 | }, |
| 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 | + }, |
464 | 563 | "aws-diagram": { |
465 | 564 | "description": "Generate AWS diagrams, sequence diagrams, flow diagrams, and class diagrams using Python code.", |
466 | 565 | "tier": "Official", |
|
1014 | 1113 | "devops", |
1015 | 1114 | "testing" |
1016 | 1115 | ], |
1017 | | - "image": "ghcr.io/buildkite/buildkite-mcp-server:0.7.2", |
| 1116 | + "image": "ghcr.io/buildkite/buildkite-mcp-server:0.7.3", |
1018 | 1117 | "permissions": { |
1019 | 1118 | "network": { |
1020 | 1119 | "outbound": { |
|
1873 | 1972 | "git_init" |
1874 | 1973 | ], |
1875 | 1974 | "metadata": { |
1876 | | - "stars": 70561, |
| 1975 | + "stars": 72000, |
1877 | 1976 | "pulls": 10404, |
1878 | | - "last_updated": "2025-10-17T02:30:04Z" |
| 1977 | + "last_updated": "2025-11-06T02:33:24Z" |
1879 | 1978 | }, |
1880 | 1979 | "repository_url": "https://github.com/modelcontextprotocol/servers", |
1881 | 1980 | "tags": [ |
|
1944 | 2043 | "update_pull_request_branch" |
1945 | 2044 | ], |
1946 | 2045 | "metadata": { |
1947 | | - "stars": 23700, |
| 2046 | + "stars": 24254, |
1948 | 2047 | "pulls": 5000, |
1949 | | - "last_updated": "2025-10-18T02:26:51Z" |
| 2048 | + "last_updated": "2025-11-06T02:33:26Z" |
1950 | 2049 | }, |
1951 | 2050 | "repository_url": "https://github.com/github/github-mcp-server", |
1952 | 2051 | "tags": [ |
|
2942 | 3041 | "metadata": { |
2943 | 3042 | "stars": 13, |
2944 | 3043 | "pulls": 4946, |
2945 | | - "last_updated": "2025-10-17T02:30:05Z" |
| 3044 | + "last_updated": "2025-11-06T02:33:25Z" |
2946 | 3045 | }, |
2947 | 3046 | "repository_url": "https://github.com/nirmata/kyverno-mcp", |
2948 | 3047 | "tags": [ |
|
4376 | 4475 | "description": "Provides browser automation capabilities using Playwright", |
4377 | 4476 | "tier": "Official", |
4378 | 4477 | "status": "Active", |
4379 | | - "transport": "streamable-http", |
| 4478 | + "transport": "stdio", |
4380 | 4479 | "tools": [ |
| 4480 | + "browser_click", |
4381 | 4481 | "browser_close", |
4382 | | - "browser_resize", |
4383 | 4482 | "browser_console_messages", |
4384 | | - "browser_handle_dialog", |
| 4483 | + "browser_drag", |
| 4484 | + "browser_evaluate", |
4385 | 4485 | "browser_file_upload", |
| 4486 | + "browser_fill_form", |
| 4487 | + "browser_handle_dialog", |
| 4488 | + "browser_hover", |
4386 | 4489 | "browser_install", |
4387 | | - "browser_press_key", |
4388 | 4490 | "browser_navigate", |
4389 | 4491 | "browser_navigate_back", |
4390 | | - "browser_navigate_forward", |
4391 | 4492 | "browser_network_requests", |
4392 | | - "browser_pdf_save", |
4393 | | - "browser_take_screenshot", |
| 4493 | + "browser_press_key", |
| 4494 | + "browser_resize", |
| 4495 | + "browser_select_option", |
4394 | 4496 | "browser_snapshot", |
4395 | | - "browser_click", |
4396 | | - "browser_drag", |
4397 | | - "browser_hover", |
| 4497 | + "browser_tabs", |
| 4498 | + "browser_take_screenshot", |
4398 | 4499 | "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", |
4405 | 4500 | "browser_wait_for" |
4406 | 4501 | ], |
4407 | 4502 | "metadata": { |
4408 | | - "stars": 22223, |
| 4503 | + "stars": 22839, |
4409 | 4504 | "pulls": 23622, |
4410 | | - "last_updated": "2025-10-22T02:32:29Z" |
| 4505 | + "last_updated": "2025-11-05T21:23:31Z" |
4411 | 4506 | }, |
4412 | 4507 | "repository_url": "https://github.com/microsoft/playwright-mcp", |
4413 | 4508 | "tags": [ |
4414 | 4509 | "playwright", |
4415 | 4510 | "automation", |
4416 | 4511 | "browser", |
4417 | | - "navigate" |
| 4512 | + "navigate", |
| 4513 | + "testing", |
| 4514 | + "web", |
| 4515 | + "accessibility" |
4418 | 4516 | ], |
4419 | 4517 | "image": "mcr.microsoft.com/playwright/mcp:v0.0.45", |
4420 | 4518 | "target_port": 8931, |
|
4427 | 4525 | ] |
4428 | 4526 | } |
4429 | 4527 | } |
4430 | | - }, |
4431 | | - "args": [ |
4432 | | - "--port", |
4433 | | - "8931", |
4434 | | - "--allowed-hosts", |
4435 | | - "*" |
4436 | | - ] |
| 4528 | + } |
4437 | 4529 | }, |
4438 | 4530 | "plotting": { |
4439 | 4531 | "description": "Provides plotting capabilities for visualizing data in various formats.", |
|
4492 | 4584 | "analyze_db_health" |
4493 | 4585 | ], |
4494 | 4586 | "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" |
4498 | 4590 | }, |
4499 | 4591 | "repository_url": "https://github.com/crystaldba/postgres-mcp", |
4500 | 4592 | "tags": [ |
|
4749 | 4841 | "status": "Active", |
4750 | 4842 | "transport": "stdio", |
4751 | 4843 | "tools": [ |
| 4844 | + "analyze_issue_with_seer", |
| 4845 | + "create_dsn", |
| 4846 | + "create_project", |
| 4847 | + "create_team", |
4752 | 4848 | "find_dsns", |
4753 | 4849 | "find_organizations", |
4754 | 4850 | "find_projects", |
|
4761 | 4857 | "search_docs", |
4762 | 4858 | "search_events", |
4763 | 4859 | "search_issues", |
4764 | | - "use_sentry", |
| 4860 | + "update_issue", |
| 4861 | + "update_project", |
4765 | 4862 | "whoami" |
4766 | 4863 | ], |
4767 | 4864 | "metadata": { |
|
4777 | 4874 | "error-tracking", |
4778 | 4875 | "observability" |
4779 | 4876 | ], |
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", |
4781 | 4878 | "permissions": { |
4782 | 4879 | "network": { |
4783 | 4880 | "outbound": { |
|
5145 | 5242 | "convert_time" |
5146 | 5243 | ], |
5147 | 5244 | "metadata": { |
5148 | | - "stars": 70561, |
| 5245 | + "stars": 72000, |
5149 | 5246 | "pulls": 10986, |
5150 | | - "last_updated": "2025-10-17T02:30:05Z" |
| 5247 | + "last_updated": "2025-11-06T02:33:25Z" |
5151 | 5248 | }, |
5152 | 5249 | "repository_url": "https://github.com/modelcontextprotocol/servers", |
5153 | 5250 | "tags": [ |
|
5225 | 5322 | }, |
5226 | 5323 | "url": "https://mcp.atlassian.com/v1/sse" |
5227 | 5324 | }, |
| 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 | + }, |
5228 | 5355 | "canva": { |
5229 | 5356 | "description": "Canva's official remote MCP server for design creation and template management", |
5230 | 5357 | "tier": "Official", |
|
0 commit comments