Skip to main content
Glama
divslingerx

Memory Store MCP Server

by divslingerx

メモリストアMCPサーバー

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

特徴

  • Google経由のウェブ検索機能

  • 構造化されたJSON結果

  • 軽量でステートレスなデザイン

  • MCP対応システムとの簡単な統合

Related MCP server: webmcp

インストール

  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
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for web search and content extraction using DuckDuckGo or SearXNG, with Playwright-based fetching and LLM-powered data extraction.
    140
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server for headless browser automation using Puppeteer, enabling AI to navigate, click, fill forms, take screenshots, and execute JavaScript on web pages.
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for internet search via direct Google and DuckDuckGo HTML scraping with AI-powered result normalization and optional summarization, requiring no API keys for search.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Google search results via SERP API

  • Serper MCP — wraps the Serper Google Search API (serper.dev)

  • Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.

View all MCP Connectors

Latest Blog Posts

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