メモリコンテキストプロバイダー(MCP)サーバー
LLM インタラクションのコンテキストを管理し、各ユーザーに関連するコンテキストを保存および提供するサーバー。
特徴
ユーザーコンテキストのメモリ内保存
最後の5つのプロンプトによるコンテキスト管理
RESTful APIエンドポイント
TypeScriptサポート
設定
依存関係をインストールします:
npm install開発サーバーを起動します。
npm run dev
APIエンドポイント
POST /コンテキスト/:ユーザーID
ユーザーのコンテキストに新しいプロンプトを追加し、更新されたコンテキストを取得します。
リクエスト本文:
応答:
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