Memory Store
Provide web search capabilities using Puppeteer.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install divslingerx/mcp-server -c claude
This command will automatically install and configure the Memory Store MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Memory Store": {
"command": "npx",
"args": [
"-y",
"mcp-server"
],
"env": {}
}
}
}
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-server
-
Install dependencies:
npm install
-
Build 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.
Stars
0Forks
4Last commit
6 months agoRepository age
6 months
Auto-fetched from GitHub .
MCP servers similar to Memory Store:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit