Remote MCP server starter
A TypeScript Model Context Protocol server on the official SDK, served over Streamable HTTP with bearer-token auth. It ships four safe example tools (dice, time zones, text statistics, UUIDs), a resource and a prompt, and a landing page with copy-paste client setup. Stateless, so it runs on the Free plan and wakes on the first request. Set MCP_AUTH_TOKEN after deploying.
The source
This template is an ordinary public repository. Read it, fork it, or open a pull request against it. Deploying pulls its default branch and builds it the same way velixir builds your own code.
velixirnet/template-mcp-serverOnce it is live
The template is just a starting point. Clone it, edit it, then ship over the top with the CLI:
velixir deploy
Or add the GitHub Actions workflow from the app's Deploys tab to your repo, and every push to your deploy branch ships a release. Both run the same pipeline this template just went through.