Session
Freeby MCP Community
MCP session management for Metorial. Provides session handling and tool lifecycle management for Model Context Protocol.
v2.1.1Added Apr 12, 2026
Session MCP Server
MCP session management for Metorial. Provides session handling and tool lifecycle management for Model Context Protocol.
Installation
Reviews
Installation
Quick install
npx -y @metorial/mcp-session
Add to claude_desktop_config.json
{
"mcpServers": {
"session": {
"command": "npx",
"args": ["-y", "@metorial/mcp-session"]
}
}
}