🔌

ContextVault MCP

Memory95

Shared memory layer for AI and teams with native MCP server for cross-client access.

ChatGPTCodexClaudeGeminiClaude Code

Overview

Shared memory layer for AI and teams with native MCP server for cross-client access.

Setup

Run with npx:

npm install -g @contextvault/mcp && contextvault mcp

Configuration

CONTEXTVAULT_API_KEY environment variable, supports team-based shared context

Documentation

ContextVault MCP

Overview

ContextVault provides a shared memory layer for AI and teams, featuring a native MCP server for cross-client access across ChatGPT, Codex, Claude, and Gemini. It enables persistent, shared context that AI agents can access and update across different sessions and tools.

Features

  • Shared memory layer: Persistent context accessible across AI clients
  • Cross-client compatibility: Works with ChatGPT, Codex, Claude, and Gemini
  • Native MCP server: Standard MCP integration for AI tools
  • Team collaboration: Shared context for team-based AI workflows
  • Session persistence: Context survives across sessions and restarts

Installation

npm install -g @contextvault/mcp

Configuration

{
  "mcpServers": {
    "context-vault": {
      "command": "contextvault",
      "args": ["mcp"],
      "env": {
        "CONTEXTVAULT_API_KEY": "your-api-key"
      }
    }
  }
}

Available Tools

ToolDescription
get_contextRetrieve shared context by key or topic
set_contextStore or update shared context
list_contextList available context entries
delete_contextRemove context entries

Usage Examples

# Initialize ContextVault
contextvault init --name my-team-context

# Start MCP server
contextvault mcp

# Access context from any AI client

Pros

  • ✅ Shared context across multiple AI clients
  • ✅ Persistent memory for AI agents
  • ✅ Team collaboration features
  • ✅ Native MCP integration

Cons

  • ❌ Requires cloud service or self-hosted instance
  • ❌ May have latency for context lookups
  • ❌ New project, limited track record

When to Use

  • You need shared context across multiple AI tools
  • You're building team-based AI workflows
  • You want persistent memory for AI agents across sessions

Resources