Skip to main content
Glama

Memory Context Provider Server

by Srish-ty

Servidor proveedor de contexto de memoria (MCP)

Un servidor que administra el contexto para las interacciones LLM, almacenando y proporcionando contexto relevante para cada usuario.

Características

  • Almacenamiento en memoria de contextos de usuario
  • Gestión del contexto con las últimas 5 indicaciones
  • Puntos finales de API RESTful
  • Compatibilidad con TypeScript

Configuración

  1. Instalar dependencias:
    npm install
  2. Inicie el servidor de desarrollo:
    npm run dev

Puntos finales de API

POST /contexto/:IDusuario

Agregue un nuevo mensaje al contexto del usuario y obtenga un contexto actualizado.

Cuerpo de la solicitud:

{ "prompt": "Your prompt here" }

Respuesta:

{ "context": "Combined context from last 5 prompts" }

OBTENER /contexto/:userId

Obtener el contexto actual de un usuario.

Respuesta:

{ "context": "Current context" }

ELIMINAR /contexto/:userId

Contexto claro para un usuario.

Respuesta:

{ "message": "Context cleared" }

Desarrollo

  • npm run dev : Iniciar el servidor de desarrollo con recarga activa
  • npm run build : compila archivos TypeScript
  • npm start : Ejecutar archivos compilados
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor que administra el contexto de conversación para las interacciones LLM, almacenando indicaciones recientes y brindando contexto relevante para cada usuario a través de puntos finales de API REST.

  1. Características
    1. Configuración
      1. Puntos finales de API
        1. POST /contexto/:IDusuario
        2. OBTENER /contexto/:userId
        3. ELIMINAR /contexto/:userId
      2. Desarrollo

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
          Last updated -
          10
          77
          Python
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides LLMs with access to Valyu's knowledge retrieval and feedback APIs for searching proprietary/web sources and submitting transaction feedback.
          Last updated -
          2
          TypeScript
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that integrates LLMs with Frontapp's customer communication platform, enabling access to conversations, contacts, and tags while supporting real-time updates via webhooks.
          Last updated -
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.
          Last updated -
          5
          Python
          Apache 2.0

        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/Srish-ty/MCP-Testing-interface-for-LLMs'

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