Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Memory Store MCP Serversearch for the latest AI research papers on arXiv"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Brave Deep Research MCP
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:
Usage
Start the server:
The server will be available to MCP clients. Example usage through MCP:
Development
Building the Project
Running Tests
Linting
Formatting
License
This project is licensed under the MIT License - see the LICENSE file for details.