Skip to main content
Glama
Srish-ty

Memory Context Provider Server

by Srish-ty

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

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

특징

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

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

  • RESTful API 엔드포인트

  • TypeScript 지원

Related MCP server: RAG Context 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
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI assistants to interact with the Omi API for retrieving and creating conversations and memories for users.
    4
    4
  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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.
    2
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A 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.
    9
    73,646
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

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