Skip to main content
Glama

Memory Store MCP Server

by divslingerx

Servidor MCP de almacenamiento de memoria

Un servidor de Protocolo de Contexto de Modelo (MCP) que proporciona capacidades de búsqueda web mediante Puppeteer.

Características

  • Funcionalidad de búsqueda web a través de Google
  • Resultados JSON estructurados
  • Diseño ligero y sin estado
  • Fácil integración con sistemas habilitados para MCP

Instalación

  1. Clonar el repositorio:
    git clone https://github.com/yourusername/mcp-server.git cd mcp-server
  2. Instalar dependencias:
    npm install
  3. Construir el proyecto:
    npm run build

Configuración

Cree un archivo .env en la raíz del proyecto con las siguientes variables de entorno:

# Puppeteer configuration PUPPETEER_EXECUTABLE_PATH=/path/to/chrome PUPPETEER_HEADLESS=true # Server settings PORT=3000

Uso

Iniciar el servidor:

npm start

El servidor estará disponible para los clientes de MCP. Ejemplo de uso a través de MCP:

{ "tool": "search_web", "arguments": { "query": "example search" } }

Desarrollo

Construyendo el Proyecto

npm run build

Ejecución de pruebas

npm test

Pelusa

npm run lint

Formato

npm run format

Licencia

Este proyecto está licenciado bajo la licencia MIT: consulte el archivo de LICENCIA para obtener más detalles.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Un servidor MCP liviano y sin estado que utiliza Puppeteer para búsquedas web, devolviendo resultados JSON estructurados y fácilmente integrable con otros sistemas habilitados para MCP.

  1. Características
    1. Instalación
      1. Configuración
        1. Uso
          1. Desarrollo
            1. Construyendo el Proyecto
            2. Ejecución de pruebas
            3. Pelusa
            4. Formato
          2. Licencia

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.
              Last updated -
              4
              146
              12
              TypeScript
              MIT License
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              A server based on the MCP protocol that uses the Brave API for web search functionality.
              Last updated -
              6
              Python
              MIT License
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              A headless browser MCP server that allows AI agents to fetch web content and perform Google searches without API keys, supporting various output formats like Markdown, JSON, HTML, and text.
              Last updated -
              2
              4
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              An MCP server that enables fetching web content using the Node.js undici library, supporting various HTTP methods, content formats, and request configurations.
              Last updated -
              66
              8
              TypeScript
              MIT License
              • Apple
              • Linux

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/divslingerx/mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server