Memory Context Provider (MCP) Server
A server that manages context for LLM interactions, storing and providing relevant context for each user.
Features
- In-memory storage of user contexts
- Context management with last 5 prompts
- RESTful API endpoints
- TypeScript support
Setup
Install dependencies:
npm installStart the development server:
npm run dev
API Endpoints
POST /context/:userId
Add a new prompt to user’s context and get updated context.
Request body:
{
"prompt": "Your prompt here"
}
Response:
{
"context": "Combined context from last 5 prompts"
}
GET /context/:userId
Get current context for a user.
Response:
{
"context": "Current context"
}
DELETE /context/:userId
Clear context for a user.
Response:
{
"message": "Context cleared"
}
Development
npm run dev: Start development server with hot reloadnpm run build: Build TypeScript filesnpm start: Run built files
Memory Context Provider Server
by Srish-ty
244
Project Details
- Srish-ty/MCP-Testing-interface-for-LLMs
- mcp-server
- Last Updated: 3/30/2025
Recomended MCP Servers
🧩
Supabase MCP Server
Anki Integration
An MCP server for connecting Claude Desktop with Anki Flashcards.
🧩
MCP Link
Convert Any OpenAPI V3 API to MCP Server
NVIDIA AI Integration Server
QGIS Model Context Protocol Integration
Monday.com Server
🧩
MCP Test Server
🧩
MCP Server
MCP编程助手
🧩
Model Context Provider (MCP) Server
Youtube Transcript
MCP server retrieving transcripts of YouTube videos
🧩
Jianshu
React16.4 开发简书项目 从零基础入门到实战
Taskeract Server





