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. 依存関係をインストールします:

    npm install
  2. 開発サーバーを起動します。

    npm run dev

APIエンドポイント

POST /コンテキスト/:ユーザーID

ユーザーのコンテキストに新しいプロンプトを追加し、更新されたコンテキストを取得します。

リクエスト本文:

{
  "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