Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Image Processor MCP Server
  • TxtAi Memory Vector Server
  • Powertools MCP Search Server
  • MkDocs MCP Search Server
  • MCP Model Context Protocol Server
Back to MCP Servers
Memory Context Provider Server

Memory Context Provider Server

Public
Srish-ty/MCP-Testing-interface-for-LLMs

Manages user-specific context for LLM interactions using in-memory storage and RESTful APIs, supporting the Model Context Protocol with efficient prompt history handling and TypeScript integration.

typescript
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with Memory Context Provider Server

MCP Server

Unlock the full potential of Memory Context Provider Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

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

  1. Install dependencies:

    npm install
  2. Start 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 reload
  • npm run build: Build TypeScript files
  • npm start: Run built files
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Image Processor MCP Server
    Image Processor MCP Server

    A TypeScript-based Model Context Protocol server enabling creation, access, and summarization of tex...

    2 tools
    Added May 30, 2025
  • TxtAi Memory Vector Server
    TxtAi Memory Vector Server

    Model Context Protocol server offering advanced semantic search, persistent memory management, tag-b...

    Added May 30, 2025
  • Powertools MCP Search Server
    Powertools MCP Search Server

    Model Context Protocol server enabling efficient local search of AWS Lambda Powertools documentation...

    2 tools
    Added May 30, 2025
  • MkDocs MCP Search Server
    MkDocs MCP Search Server

    Enables Model Context Protocol integration for efficient, version-specific search of MkDocs-powered ...

    Added May 30, 2025
  • MCP Model Context Protocol Server
    MCP Model Context Protocol Server

    Demonstrates Model Context Protocol (MCP) integration enabling AI models to execute tools, access re...

    Added May 30, 2025