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
Clone the repository:
git clone https://github.com/yourusername/mcp-server.git cd mcp-serverInstall dependencies:
npm installBuild 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.
Memory Store
Project Details
- divslingerx/mcp-server
- mcp-server
- Last Updated: 1/20/2025
Recomended MCP Servers
A simple echo MCP (Model Context Protocol) Server for testing MCP Clients.
An MCP server for conversion of units related to cooking
Allow LLMs to control a browser with Browserbase and Stagehand
U-Net Biomedical Image Segmentation
使用Github Action将国外的Docker镜像转存到阿里云私有仓库,供国内服务器使用,免费易用
An MCP server for converting GIS filetypes (100+ Downloads)
MCP server for GNU Radio
MCP server for kintone
A Model Context Protocol server that provides read only access to graphs in a certain repository in Ontotext...
MCP tool for exposing a structured task queue to guide AI agent workflows. Great for taming an over-enthusiastic...
Official mailtrap.io MCP server





