Back to Home
SamMorrowDrums icon

mcp-typescript-starter

Verified Safe

by SamMorrowDrums

Overview

A versatile Model Context Protocol (MCP) server template in TypeScript, designed to demonstrate comprehensive MCP features for AI assistant integration and development.

Installation

Run Command
npm run start:http

Environment Variables

  • PORT

Security Notes

The server uses standard Node.js and Express practices for an HTTP server, including JSON body parsing and session management. There are no direct usages of `eval` or obfuscation. Configuration for the HTTP port is externalized via the `PORT` environment variable. The `ask_llm` tool delegates LLM sampling to the connected client, thus the server itself does not handle LLM API keys directly. Overall, the code follows good security hygiene for a starter template.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens100
Stars5
Forks14
Last Update2026-01-17

Tags

MCPTypeScriptNode.jsAILLMServerTemplateDeveloper Tools