Session Manager
Freeby 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
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
Installation
Quick install
npx -y @tmcp/session-manager
Add to claude_desktop_config.json
{
"mcpServers": {
"session-manager": {
"command": "npx",
"args": ["-y", "@tmcp/session-manager"]
}
}
}