Skip to main content
Glama

Memory Store MCP Server

by divslingerx

メモリストアMCPサーバー

Puppeteer を使用して Web 検索機能を提供する Model Context Protocol (MCP) サーバー。

特徴

  • Google経由のウェブ検索機能
  • 構造化されたJSON結果
  • 軽量でステートレスなデザイン
  • MCP対応システムとの簡単な統合

インストール

  1. リポジトリをクローンします。
    git clone https://github.com/yourusername/mcp-server.git cd mcp-server
  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 ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。

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 を Web 検索に利用し、構造化された JSON 結果を返す、軽量でステートレスな MCP サーバーです。他の 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