메모리 컨텍스트 공급자(MCP) 서버
LLM 상호작용에 대한 컨텍스트를 관리하고 각 사용자에게 관련 컨텍스트를 저장하고 제공하는 서버입니다.
특징
사용자 컨텍스트의 메모리 내 저장
마지막 5개 프롬프트를 통한 컨텍스트 관리
RESTful API 엔드포인트
TypeScript 지원
설정
종속성 설치:
지엑스피1
개발 서버를 시작합니다.
npm run dev
API 엔드포인트
POST /context/:userId
사용자 컨텍스트에 새로운 프롬프트를 추가하고 업데이트된 컨텍스트를 가져옵니다.
요청 본문:
응답:
GET /context/:userId
사용자의 현재 컨텍스트를 가져옵니다.
응답:
삭제 /context/:userId
사용자에게 명확한 맥락을 제공합니다.
응답:
개발
npm run dev: 핫 리로드로 개발 서버 시작npm run build: TypeScript 파일 빌드npm start: 빌드된 파일 실행
This server cannot be installed
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 엔드포인트를 통해 각 사용자에게 관련 컨텍스트를 제공하는 서버입니다.
Related MCP Servers
- -security-license-qualityA 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 -10MIT License
- -security-license-qualityA 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 -6Apache 2.0
- -security-license-qualityA 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 -
- Asecurity-licenseAqualityA Model Context Protocol server that provides knowledge graph-based persistent memory for LLMs, allowing them to store, retrieve, and reason about information across multiple conversations and sessions.Last updated -994,3912MIT License