Memory Context Provider Server
메모리 컨텍스트 공급자(MCP) 서버
LLM 상호작용에 대한 컨텍스트를 관리하고 각 사용자에게 관련 컨텍스트를 저장하고 제공하는 서버입니다.
특징
사용자 컨텍스트의 메모리 내 저장
마지막 5개 프롬프트를 통한 컨텍스트 관리
RESTful API 엔드포인트
TypeScript 지원
Related MCP server: RAG Context MCP Server
설정
종속성 설치:
지엑스피1
개발 서버를 시작합니다.
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: 빌드된 파일 실행
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with the Omi API for retrieving and creating conversations and memories for users.44
- AlicenseNot gradedqualityDmaintenanceA lightweight server that provides persistent memory and context management for AI assistants using local vector storage and database, enabling efficient storage and retrieval of contextual information through semantic search and indexed retrieval.2MIT
- AlicenseBqualityDmaintenanceA 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.973,6462MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that allows saving, retrieving, adding, and clearing memories from LLM conversations with MongoDB persistence.1419MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Persistent memory for AI agents — verbatim conversations, searchable by meaning.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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