Memory Context Provider Server
Provides TypeScript support for type safety and enhanced developer experience when working with the MCP server's API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Memory Context Provider Serveradd 'summarize our last conversation' to my context"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: RAG Context MCP Server
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
This server cannot be installed
Maintenance
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
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with the Omi API for retrieving and creating conversations and memories for users.Last updated44
- Alicense-qualityDmaintenanceA 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.Last updated2MIT
- AlicenseBqualityDmaintenanceA 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 updated991,9822MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that allows saving, retrieving, adding, and clearing memories from LLM conversations with MongoDB persistence.Last updated4019MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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