Skip to content
Back to search
30
MCP

@hailbytes/mcp-server-template

npm/@hailbytes/mcp-server-template

Opinionated TypeScript scaffold for production MCP servers with built-in auth, rate limiting, audit logging, and observability.

Uptime
0.0%
5 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.cyanheads/mcp-ts-template
TypeScript template for building MCP servers with declarative tooling, observability, and auth.
0 tools
@iflow-mcp/mcp-ts-template
The definitive, production-grade template for building powerful and scalable Model Context Protocol (MCP) servers with TypeScript, featuring
0 tools
MCP Maker
Streamlines MCP server development with TypeScript-based scaffolding tools for generating boilerplate code, tool definitions, resource templ
0 tools
mcp-builder-templates
A production-grade CLI tool for scaffolding MCP server projects with best practices
0 tools
@aashari/boilerplate-mcp-server
TypeScript MCP server boilerplate with STDIO and HTTP transport support, CLI tools, and extensible architecture
0 tools
chrisleekr/mcp-server-boilerplate
MCP server boilerplate with an OAuth Proxy for Auth0/3rd-party authorization, built with TypeScript
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@hailbytes/mcp-server-template": {
      "url": "None",
      "transport": "http"
    }
  }
}