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
Project Details
- Srish-ty/MCP-Testing-interface-for-LLMs
- mcp-server
- Last Updated: 3/30/2025
Recomended MCP Servers
A comprehensive Model Context Protocol (MCP) server that provides advanced Node.js development tooling and automation capabilities.
Send emails directly from Cursor with this email sending MCP server
This read-only MCP Server allows you to connect to Google Analytics data from Claude Desktop through CData JDBC...
A MCP server for accessing Zoom recordings and transcripts without requiring direct authentication from the end user.
An MCP (Model Context Protocol) server that provides tools for interacting with Twitter using the agent-twitter-client library.
MCP Server connects with claude code local command.
Mobil uygulama dersim için geliştirilmiş bir proje
A MCP server for Magento 2





