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은 도커화되어 로컬 작업 공간에 영향을 주지 않습니다. 사용자 컴퓨터나 클라우드에 쉽게 호스팅할 수 있습니다.

  • 인간과 같은 자동화 . Grasp는 실제 사람처럼 브라우저를 조작합니다. 상담원이 로그인하고 개인화된 콘텐츠를 검색할 수 있도록 자격 증명을 제공할 수도 있습니다.

  • 자연어 제어 . 코드 없이도 원하는 내용을 쉬운 언어로 설명하면 나머지는 에이전트가 처리합니다.

빠른 시작

🐳 시작하기 전에:
Docker가 컴퓨터에 설치되어 실행 중인지 확인하세요.

다음 명령을 실행하여 Grasp를 시작하고 끌어오세요.

  • 이미지를 끌어오다

지엑스피1

  • 컨테이너를 실행하세요

docker run -d \ --name grasp-agent \ -p 3000:3000 \ -e ANTHROPIC_API_KEY=YOUR_ANTHROPIC_KEY \ getgrasp/grasp

YOUR_ANTHROPIC_KEY를 실제 Anthropic API 키로 바꾸세요.

컨테이너가 실행되면 브라우저에서 http://localhost:3000을 열어 Grasp 콘솔에 액세스합니다.

다른 공급자 사용

Anthropic 이외의 다른 공급업체를 이용할 수도 있습니다.

다른 공급자를 사용하려면 .env.example 파일을 .env 로 복사하고 해당 환경 변수를 설정하세요. 그런 다음 .env 파일을 사용하여 Grasp를 실행하세요.

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

지원되는 공급자는 다음과 같습니다.

  • 인류학적

  • 오픈AI

  • 아마존 베드락

  • Azure 오픈AI

더 많은 제공업체를 지원하기 위한 작업이 진행 중입니다. 새로운 제공업체를 요청하려면 무료로 문제를 제기하세요 .

최신 소식을 확인하세요

Grasp는 빠르게 움직이고 있습니다. 매주 새로운 기능을 출시하고, 통합을 확장하고, 에이전트 경험을 개선하고 있습니다. ⭐ 리포를 별표 표시하여 최신 정보를 받고 프로젝트를 지원하세요!

튜토리얼

지역 사회

여러분의 의견을 듣고 싶습니다.

아이디어를 공유하고, 질문을 하고, 그냥 어울리려면 Discord에 가입하세요 .

특허

BSL-1.1 라이센스에 따라 라이센스가 부여되었습니다.

-
security - not tested
-
license - not tested
-
quality - not tested

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 -
    55
    • Linux
    • Apple
  • -
    security
    -
    license
    -
    quality
    Enables AI agents to control web browsers via a standardized interface for operations like launching, interacting with, and closing browsers.
  • -
    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 -
    2
    • Apple
  • A
    security
    A
    license
    A
    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
    2
    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