Generating AI answer…
Redis - MCP Toolkit
Use Redis as the mcp-ts session storage backend for production and serverless deployments,...
Storage Overview - MCP Toolkit
Compare the mcp-ts storage backends — in-memory, file system, SQLite, Redis, Supabase, and...
File System - MCP Toolkit
Persist MCP sessions to a local JSON file with the file system storage backend, ideal for...
Storage API - MCP Toolkit
API reference for the mcp-ts sessions storage proxy, supported backend drivers, and the se...
Use Redis as the mcp-ts session storage backend for production and serverless deployments, with automatic expiration, atomic operations, and distributed access.
Compare the mcp-ts storage backends — in-memory, file system, SQLite, Redis, Supabase, and Neon — and choose the right session persistence for your stack.
Persist MCP sessions to a local JSON file with the file system storage backend, ideal for local development and single-instance deployments without Redis.
API reference for the mcp-ts sessions storage proxy, supported backend drivers, and the session-store interface.
Use SQLite via better-sqlite3 for zero-configuration, single-file persistent MCP session storage with ACID transactions and no external service required.
Release notes for mcp-ts v2.0.0: a standardized session API, Neon storage backend, Code Mode, the Tool Router as a standalone package, and deeper tool search.
Configure Neon serverless Postgres as a storage backend for MCP sessions, including pooled connection strings, dedicated roles, and HTTP query setup.