★ 1 stars
TypeScript
🔒 Security
Updated 1d ago
Opinionated TypeScript scaffold for production MCP servers with built-in auth, rate limiting, audit logging, and observability. npx @hailbytes/create-mcp-server.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"HailBytes/mcp-server-template"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-template npx -y HailBytes/mcp-server-template
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"HailBytes/mcp-server-template"
]
}
}
}
📋 Copy
Topics
ai-infrastructure hailbytes llm-tools mcp mcp-server model-context-protocol scaffold template typescript