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/

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/

Obtener el contexto actual de un usuario.

Respuesta:

{ "context": "Current context" }

ELIMINAR /contexto/

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

        • -
          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 -
          4
          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 -
          6
          Python
          Apache 2.0
        • -
          security
          F
          license
          -
          quality
          A conversational application server that integrates LLM capabilities via Ollama with vector memory context, supporting multiple users, sessions, automatic history summarization, and a plugin system for executing real actions.
          Last updated -
          Python
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides specialized prompt suggestions for backend development, frontend development, and general tasks to help LLMs generate better content.
          Last updated -
          4
          4
          1
          TypeScript

        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