Skip to main content
Glama

browser-use MCP Server

by kontext-dev
__init__.py569 B
""" Browser-Use MCP Server core implementation. This package provides the core implementation of the MCP server for browser automation. """ from .server import ( CONFIG, Server, cleanup_old_tasks, create_browser_context_for_task, create_mcp_server, init_configuration, main, run_browser_task_async, task_store, ) __all__ = [ "Server", "main", "create_browser_context_for_task", "run_browser_task_async", "cleanup_old_tasks", "create_mcp_server", "init_configuration", "CONFIG", "task_store", ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kontext-dev/browser-use-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server