Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
이 프로젝트는 StreamableHTTPServerTransport를 사용한 Remote MCP (Model Context Protocol) 서버의 구현 예제입니다.
💡 팁: MCP 서버를 처음 사용하시는 경우, MCP 공식 문서를 참조하세요.
npm install#### 로컬 개발 환경
npm run dev#### 프로덕션 환경
npm run build
npm start| 변수명 | 설명 | 필수 여부 |
|---|---|---|
TOKEN | API 인증 토큰 Authorization 헤더와 일치하는 경우 인증 | 필수 |
ALLOWED_ORIGIN | CORS Origin | 선택 |
# .env 파일
TOKEN=your-secret-token-here
ALLOWED_ORIGIN=.cursor-settings.json 파일에 다음과 같이 설정:
{
"mcpServers": {
"example": {
"url": "http://localhost:3000/mcp",
"headers": {
"Authorization": "Bearer <TOKEN>"
}
}
}
}📝 참고:<TOKEN>을 실제 환경변수TOKEN값으로 교체하세요.
http://localhost:3000/mcp서버는 Bearer Token 인증을 사용합니다:
Authorization: Bearer <TOKEN># 의존성 설치
npm install
# 개발 서버 시작
npm run dev# 빌드
npm run build
# 프로덕션 서버 시작
npm startMIT License
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.