Skip to main content
Glama

Memory Store MCP Server

by divslingerx

메모리 저장소 MCP 서버

Puppeteer를 사용하여 웹 검색 기능을 제공하는 MCP(Model Context Protocol) 서버입니다.

특징

  • Google을 통한 웹 검색 기능
  • 구조화된 JSON 결과
  • 가볍고 무국적 디자인
  • MCP 지원 시스템과의 쉬운 통합

설치

  1. 저장소를 복제합니다.지엑스피1
  2. 종속성 설치:
    npm install
  3. 프로젝트를 빌드하세요:
    npm run build

구성

다음 환경 변수를 사용하여 프로젝트 루트에 .env 파일을 만듭니다.

# Puppeteer configuration PUPPETEER_EXECUTABLE_PATH=/path/to/chrome PUPPETEER_HEADLESS=true # Server settings PORT=3000

용법

서버를 시작합니다:

npm start

MCP 클라이언트에서 서버를 사용할 수 있습니다. MCP를 통한 사용 예:

{ "tool": "search_web", "arguments": { "query": "example search" } }

개발

프로젝트 구축

npm run build

테스트 실행

npm test

린팅

npm run lint

서식

npm run format

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

웹 검색을 위해 Puppeteer를 활용하는 가볍고 상태 없는 MCP 서버로, 구조화된 JSON 결과를 반환하며 다른 MCP 지원 시스템과 쉽게 통합할 수 있습니다.

  1. 특징
    1. 설치
      1. 구성
        1. 용법
          1. 개발
            1. 프로젝트 구축
            2. 테스트 실행
            3. 린팅
            4. 서식
          2. 특허

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A headless browser MCP server that allows AI agents to fetch web content and perform Google searches without API keys, supporting various output formats like Markdown, JSON, HTML, and text.
              Last updated -
              2
              13
              TypeScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              An MCP server that integrates with SerpApi to retrieve search results from multiple search engines including Google, Bing, Yahoo, and others, enabling fast access to both live and archived search data.
              Last updated -
              11
              Python
            • -
              security
              F
              license
              -
              quality
              An MCP server that enhances Brave Search results by using Puppeteer to extract full webpage content and explore linked pages, enabling AI assistants to perform comprehensive web research with configurable depth.
              Last updated -
              19
              3
              TypeScript
            • A
              security
              F
              license
              A
              quality
              An MCP server that enables AI assistants to capture and analyze web page screenshots using Puppeteer, supporting multi-breakpoint captures, error reporting, and page interactions.
              Last updated -
              1
              31
              7
              JavaScript

            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/divslingerx/mcp-server'

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