Skip to content

Session Manager

Free

by MCP Community

Session management for TMCP (TypeScript Model Context Protocol) transport implementations. This package provides the base classes and in-memory implementations

v0.2.1Added Apr 12, 2026
tmcphttptransportsessionmanager
Works with:ClaudeGPTGeminiCopilot

Session Manager MCP Server

Session management for TMCP (TypeScript Model Context Protocol) transport implementations. This package provides the base classes and in-memory implementations

Installation

npx -y @tmcp/session-manager

Reviews

Leave a Review

Installation

Quick install
npx -y @tmcp/session-manager
Add to claude_desktop_config.json
{
  "mcpServers": {
    "session-manager": {
      "command": "npx",
      "args": ["-y", "@tmcp/session-manager"]
    }
  }
}