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
MCP server for Netlify integration - manage Netlify sites through Model Context Protocol
PlainSignal Official MCP Server
Secure middleware server implementing Model Context Protocol (MCP) over SSE with JWT authentication. Enables standardized communication between AI...
MCP server that provides tools and resources for integrating Hugeicons into various platforms. It implements a Model Context...
A model context protocol server for Momento
An MCP server to interact with Strava
MCP server for The Verge news RSS feed
使用 Deno 免费代理 Google Gemini,国内直连,不限地区/网络环境,打开即用。
A Model Context Protocol (MCP) server written in Python for natural language interaction with the TON blockchain 💎





