Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions servers/browserbase/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: browserbase
image: mcp/browserbase
type: server
meta:
category: devops
tags:
- browserbase
- browser-automation
- web-scraping
- devops
about:
title: Browserbase
description: Allow LLMs to control a browser with Browserbase and Stagehand for AI-powered web automation, intelligent data extraction, and screenshot capture.
icon: https://avatars.githubusercontent.com/u/132273001?s=200&v=4
source:
project: https://github.com/browserbase/mcp-server-browserbase
dockerfile: Dockerfile
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to specify the dockerfile: Dockerfile, that's the default value.

config:
description: Configure Browserbase API credentials for browser automation
secrets:
- name: browserbase.browserbase_api_key
env: BROWSERBASE_API_KEY
example: YOUR_BROWSERBASE_API_KEY_HERE
- name: browserbase.browserbase_project_id
env: BROWSERBASE_PROJECT_ID
example: YOUR_BROWSERBASE_PROJECT_ID_HERE
- name: browserbase.gemini_api_key
env: GEMINI_API_KEY
example: YOUR_GEMINI_API_KEY_HERE
optional: true
Loading