Skip to main content
Glama

MCP Browser Agent

by ashley-ha
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.12-slim WORKDIR /app # Copy the repository contents into the image COPY . . # Install system dependencies RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* # Install uv package manager and create a virtual environment RUN pip install uv # Create virtual environment using uv and sync dependencies RUN uv venv && . .venv/bin/activate && uv sync # Set the command to run the MCP server CMD [".venv/bin/python", "browser-use.py"]

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/ashley-ha/mcp-manus'

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