Skip to main content
Glama
Srish-ty

Memory Context Provider Server

by Srish-ty

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

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

특징

  • 사용자 컨텍스트의 메모리 내 저장

  • 마지막 5개 프롬프트를 통한 컨텍스트 관리

  • RESTful API 엔드포인트

  • TypeScript 지원

Related MCP server: OpenAPI MCP Server

설정

  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 : 빌드된 파일 실행

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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