Skip to main content
Glama

Memory Context Provider Server

by Srish-ty

메모리 컨텍스트 공급자(MCP) 서버

LLM 상호작용에 대한 컨텍스트를 관리하고 각 사용자에게 관련 컨텍스트를 저장하고 제공하는 서버입니다.

특징

  • 사용자 컨텍스트의 메모리 내 저장
  • 마지막 5개 프롬프트를 통한 컨텍스트 관리
  • RESTful API 엔드포인트
  • TypeScript 지원

설정

  1. 종속성 설치:지엑스피1
  2. 개발 서버를 시작합니다.
    npm run dev

API 엔드포인트

POST /context/:userId

사용자 컨텍스트에 새로운 프롬프트를 추가하고 업데이트된 컨텍스트를 가져옵니다.

요청 본문:

{ "prompt": "Your prompt here" }

응답:

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

GET /context/:userId

사용자의 현재 컨텍스트를 가져옵니다.

응답:

{ "context": "Current context" }

삭제 /context/:userId

사용자에게 명확한 맥락을 제공합니다.

응답:

{ "message": "Context cleared" }

개발

  • npm run dev : 핫 리로드로 개발 서버 시작
  • npm run build : TypeScript 파일 빌드
  • npm start : 빌드된 파일 실행
-
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.

LLM 상호작용을 위한 대화 컨텍스트를 관리하고, 최근 프롬프트를 저장하며, REST API 엔드포인트를 통해 각 사용자에게 관련 컨텍스트를 제공하는 서버입니다.

  1. 특징
    1. 설정
      1. API 엔드포인트
        1. POST /context/:userId
        2. GET /context/:userId
        3. 삭제 /context/:userId
      2. 개발

        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