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ファイルを参照してください。

You must be authenticated.

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 powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.
              Last updated -
              4
              146
              12
              TypeScript
              MIT License
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              A server based on the MCP protocol that uses the Brave API for web search functionality.
              Last updated -
              6
              Python
              MIT License
              • Apple
              • Linux
            • 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
              4
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              An MCP server that enables fetching web content using the Node.js undici library, supporting various HTTP methods, content formats, and request configurations.
              Last updated -
              66
              8
              TypeScript
              MIT License
              • Apple
              • Linux

            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