Skip to main content
Glama

横幅

Grasp 是一款开源且自托管的代理浏览器。它内置 MCP 和 A2A 支持,可以与任何其他 AI 应用或代理无缝集成。

以下是 Grasp 如何与 Claude Desktop 无缝协作以规划您的下一次 Airbnb 旅行的简单示例:

https://github.com/user-attachments/assets/b55b5f76-4faa-45b9-a5ab-4c4295dfdf19

一些主要功能包括:

  • 独立的浏览器环境。Grasp 已 Docker 化,确保不会干扰您的本地工作区。它可以轻松托管在您的计算机上或云端。
  • 类人自动化。Grasp 像真人一样操作浏览器。您甚至可以为代理提供凭证,以便其登录并检索个性化内容。
  • 自然语言控制。无需代码——只需用通俗易懂的语言描述您的需求,剩下的交给代理处理。

快速入门

🐳开始之前:
确保Docker已在您的机器上安装并运行。

运行以下命令来拉取并启动 Grasp:

  • 拉取镜像
docker pull getgrasp/grasp
  • 运行容器
docker run -d \ --name grasp-agent \ -p 3000:3000 \ -e ANTHROPIC_API_KEY=YOUR_ANTHROPIC_KEY \ getgrasp/grasp

用您的实际Anthropic API 密钥替换 YOUR_ANTHROPIC_KEY 。

容器运行后,在浏览器中打开http://localhost:3000即可访问 Grasp 控制台。

使用其他提供商

您可以使用 Anthropic 以外的提供商。

要使用其他提供程序,请将.env.example文件复制到.env并设置相应的环境变量。然后使用.env文件运行 Grasp:

docker run -d \ --name grasp-agent \ --env-file .env \ -p 3000:3000 \ getgrasp/grasp

受支持的提供程序有:

  • 人择
  • OpenAI
  • 亚马逊基岩
  • Azure OpenAI

我们正在努力支持更多提供商。您可以免费提交问题来申请新的提供商。

保持联系

Grasp 发展迅速——我们每周都会推出新功能、扩展集成并优化代理体验。⭐ 为代码库加星标,以便及时了解最新动态并支持项目!

教程

社区

我们很乐意听到您的声音。

加入 Discord来分享想法、提出问题或只是闲逛。

执照

根据 BSL-1.1 许可获得许可。

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

一个开源的自托管浏览器代理,为人工智能自动化提供一个docker化的浏览器环境,允许其他人工智能应用程序和代理通过自然语言指令执行类似人类的网页浏览任务。

  1. 使用其他提供商
    1. 保持联系
      1. 教程
        1. 社区
          1. 执照

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              Enables AI agents to interact with web browsers using natural language, featuring automated browsing, form filling, vision-based element detection, and structured JSON responses for systematic browser control.
              Last updated -
              1
              46
              Python
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              Enables AI agents to control web browsers via a standardized interface for operations like launching, interacting with, and closing browsers.
              Last updated -
              0
              JavaScript
            • -
              security
              F
              license
              -
              quality
              A web browser automation server that allows AI assistants to control Chrome with persistent state management, enabling complex browsing tasks through asynchronous browser operations.
              Last updated -
              1
              Python
              • Apple
            • -
              security
              A
              license
              -
              quality
              AI-driven browser automation server that implements the Model Context Protocol to enable natural language control of web browsers for tasks like navigation, form filling, and visual interaction.
              Last updated -
              1
              Python
              MIT License
              • Apple

            View all related MCP servers

            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/aircodelabs/grasp'

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