Skip to main content
Glama

Memory Store MCP Server

by divslingerx

Memory Store MCP Server

A Model Context Protocol (MCP) server that provides web search capabilities using Puppeteer.

Features

  • Web search functionality via Google
  • Structured JSON results
  • Lightweight and stateless design
  • Easy integration with MCP-enabled systems

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/mcp-server.git cd mcp-server
  2. Install dependencies:
    npm install
  3. Build the project:
    npm run build

Configuration

Create a .env file in the project root with the following environment variables:

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

Usage

Start the server:

npm start

The server will be available to MCP clients. Example usage through MCP:

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

Development

Building the Project

npm run build

Running Tests

npm test

Linting

npm run lint

Formatting

npm run format

License

This project is licensed under the MIT License - see the LICENSE file for details.

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.

轻量级、无状态的 MCP 服务器利用 Puppeteer 进行网络搜索,返回结构化的 JSON 结果,可轻松与其他支持 MCP 的系统集成。

  1. 特征
    1. 安装
      1. 配置
        1. 用法
          1. 发展
            1. 构建项目
            2. 运行测试
            3. 代码检查
            4. 格式化
          2. 执照

            Related MCP Servers

            • -
              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 -
              23
              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
              32
              7
              JavaScript
            • A
              security
              A
              license
              A
              quality
              An MCP server implementation that integrates the SearXNG API for powerful web search capabilities and uses @missionsquad/puppeteer-scraper to read and process live web content.
              Last updated -
              2
              5
              JavaScript
              MIT License

            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