MCP.so
登录

Memory Store MCP Server

@MCP-Mirror

关于 Memory Store MCP Server

Mirror of

基本信息

分类

记忆与知识

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Memory Store MCP Server?

A Model Context Protocol (MCP) server that provides web search capabilities using Puppeteer, returning structured JSON results. It is designed for easy integration with MCP‑enabled systems.

How to use Memory Store MCP Server?

Clone the repository, install dependencies (npm install), build the project (npm run build), and configure a .env file with PUPPETEER_EXECUTABLE_PATH and PORT. Start with npm start. Invoke the MCP tool search_web with a query argument.

Key features of Memory Store MCP Server

  • Web search via Google
  • Structured JSON results
  • Lightweight and stateless design
  • Easy integration with MCP systems
  • Built with Puppeteer for browser automation
  • Configurable through environment variables

Use cases of Memory Store MCP Server

  • Enabling AI assistants to perform web searches
  • Fetching real‑time information from the web
  • Integrating search functionality into MCP‑enabled applications

FAQ from Memory Store MCP Server

Which search engine does it use?

It uses Google to perform web searches.

How do I configure the browser path?

Set the PUPPETEER_EXECUTABLE_PATH environment variable in your .env file to the path of a Chrome executable.

What format does the output have?

The results are returned as structured JSON.

评论

记忆与知识 分类下的更多 MCP 服务器