Memory Store MCP Server
by divslingerx
local-only server
The server can only run on the client’s local machine because it depends on local resources.
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:Copy
- Install dependencies:Copy
- Build the project:Copy
Configuration
Create a .env
file in the project root with the following environment variables:
Copy
Usage
Start the server:
Copy
The server will be available to MCP clients. Example usage through MCP:
Copy
Development
Building the Project
Copy
Running Tests
Copy
Linting
Copy
Formatting
Copy
License
This project is licensed under the MIT License - see the LICENSE file for details.
You must be authenticated.
A lightweight, stateless MCP server utilizing Puppeteer for web searches, returning structured JSON results, easily integratable with other MCP-enabled systems.