MCP Stateless Server Template
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Stateless Server Templatelist available tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Stateless Server Template
Production-ready stateless MCP server implementing the 2026-07-28 specification.
Built by Varritech | christian@varritech.com
Why This Exists
MCP just grew up. The 2026-07-28 specification retired sessions and handshakes, transforming MCP from a bidirectional stateful protocol into a request/response stateless protocol.
This template gives you a working stateless server in TypeScript that you can:
Deploy behind a round-robin load balancer immediately
Scale horizontally without shared storage
Use as a reference for migrating your existing MCP servers
Related MCP server: Kroki MCP
Quick Start
npm install
npm run devYour server will be available at http://localhost:3000/mcp
What Changed in 2026-07-28
Before (2025-11-25) | After (2026-07-28) |
| No handshake required |
| Removed entirely |
Bidirectional streams | Request/response only |
Server-initiated sampling/elicitation | Multi Round-Trip Requests (MRTR) |
Dynamic Client Registration (DCR) | Client ID Metadata Documents (CIMD) |
Key Features
✅ Stateless by default - Every request is self-describing
✅ Load balancer ready - Any request lands on any instance
✅ Cacheable responses - ttlMs and cacheScope hints included
✅ MRTR support - Handle user input requirements mid-call
✅ Authorization hardened - RFC 9207 issuer validation
Architecture
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ Client │────▶│ Load │────▶│ Server │
│ │ │ Balancer │ │ Instance │
└─────────────┘ └─────────────┘ └─────────────┘
│
┌─────────────┐
│ Server │
│ Instance │
└─────────────┘No session affinity required. No shared storage needed.
Migration Guide
If you have an existing MCP server:
Remove
initialize/initializedhandlersDrop
Mcp-Session-IdtrackingAdd
_meta.clientInfoparsing to each requestImplement
server/discoverRPC (optional but recommended)Update response format to include
ttlMsandcacheScope
See GUIDE.md for the full migration walkthrough.
License
MIT - Varritech 2026
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA minimal FastMCP server template for Render deployment with streamable HTTP transport. Provides a starting point for building custom MCP servers with easy one-click deployment capabilities.Last updated
- Alicense-qualityFmaintenanceA production-ready MCP server scaffold that features built-in authentication, Docker support, and a comprehensive CI/CD release pipeline. It provides a standardized template for deploying servers with multi-transport support and configurable read-only modes.Last updatedMIT
- Alicense-qualityDmaintenanceProduction-ready MCP server starter with authentication, observability, and a plugin system for building and deploying MCP servers quickly.Last updatedMIT
- Alicense-qualityDmaintenanceA Node.js template for building stateful MCP servers with streamable HTTP transport, featuring modular tools and resources for easy extension and integration.Last updated52MIT
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
MCP server for interacting with the Supabase platform
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Varritech/mcp-stateless-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server