ai.smithery/devbrother2024-typescript-mcp-server-boilerplate

MCPcommunity
v1.0.0ai.smitheryUnknownUpdated 11mo agoGitHub

Kickstart development with a customizable TypeScript template featuring sample tools for greeting,…

TypeScript MCP SDK를 활용하여 Model Context Protocol (MCP) 서버를 빠르게 개발할 수 있는 보일러플레이트 프로젝트입니다. 💡 팁: 현재 보일러플레이트에는 이미 계산기와 인사 도구, 그리고 서버 정보 리소스가 예시로 구현되어 있습니다. 빌드가 성공하면 디렉토리에 컴파일된 JavaScript 파일이 생성되고, 서버가 MCP 클라이언트의 연결을 대기합니다. MCP 서버에 새로운 도구를 추가하려면 메서드에 Zod 스키마를 직접 정의하여 등록합니다: ${a} ${operationSymbol} ${b} = ${result} 온도: ${weatherData.temperature}°${unit === 'celsius' ? 'C' : 'F'} 날씨:…

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
11mo agoLast update
Package
Authorai.smithery
LicenseUnknown
Version1.0.0
Sourcemcp-registry
Trust Status
B
60/100Good
Listed in Forge index+10/10
Publisher identity verified+0/30
Publisher: run `forge publish` from the repo to claim ownership
Domain verification+0/10
Not currently available for this listing type — the domain-verification check only runs for npm-backed packages today, so this row cannot be earned here yet regardless of what's hosted at the domain.
Prompt-injection scan · clean+30/30
Obfuscation / exfil scan · clean+20/20
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain
Provenance
DependenciesNot audited
Tool surface6 tools · none privileged
Security scan✓ CleanvHEAD · 2mo ago
EvalsNone
IndexedJun 13, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.

About

TypeScript MCP SDK를 활용하여 Model Context Protocol (MCP) 서버를 빠르게 개발할 수 있는 보일러플레이트 프로젝트입니다. 💡 팁: 현재 보일러플레이트에는 이미 계산기와 인사 도구, 그리고 서버 정보 리소스가 예시로 구현되어 있습니다. 빌드가 성공하면 디렉토리에 컴파일된 JavaScript 파일이 생성되고, 서버가 MCP 클라이언트의 연결을 대기합니다. MCP 서버에 새로운 도구를 추가하려면 메서드에 Zod 스키마를 직접 정의하여 등록합니다: ${a} ${operationSymbol} ${b} = ${result} 온도: ${weatherData.temperature}°${unit === 'celsius' ? 'C' : 'F'} 날씨: ${weatherData.condition} 습도: ${weatherData.humidity}% 풍속: ${weatherData.windSpeed}km/h날씨 정보를 가져올 수 없습니다: ${(error as…

Keywords
mcp