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

MCPcommunity
v1.0.0ai.smitheryUnknownUpdated 9mo 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 →
9mo 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/25
Publisher: run `forge publish` from the package repo to claim ownership
Ed25519 publish signature+0/10
Included automatically when the publisher runs `forge publish`
Domain verification+0/5
Publisher: host /.well-known/forge.json on the package homepage with { "publisher": "<github-login>" }
CVE scan · not run+0/30
Not yet scanned — package must be on npm
Static analysis · clean+20/20
npm provenance (Sigstore)+0/5
Publish from GitHub Actions with the --provenance flag
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 · 19d 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