Skip to main content
Glama

Memory Store MCP Server

by divslingerx

内存存储 MCP 服务器

使用 Puppeteer 提供网络搜索功能的模型上下文协议 (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.

轻量级、无状态的 MCP 服务器利用 Puppeteer 进行网络搜索,返回结构化的 JSON 结果,可轻松与其他支持 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