MCP Starter Server
MCP 스타터 서버 (TypeScript)
공식 @modelcontextprotocol/sdk를 사용하여 Node.js / TypeScript로 구축된 스타터 Model Context Protocol (MCP) 서버입니다.
기능
🛠️ 도구(Tools):
add_numbers: 두 숫자를 더하고 형식화된 결과를 반환합니다.get_system_status: 시스템 가동 시간, 플랫폼, Node 버전 및 타임스탬프를 반환합니다.
📄 리소스(Resources):
info://welcome: 환영 정보를 제공하는 텍스트 리소스입니다.config://app-settings: 서버 구성 설정을 노출하는 JSON 리소스입니다.
💡 프롬프트(Prompts):
code_review: 구조화된 코드 리뷰 요청을 위한 프롬프트 템플릿입니다.summarize_notes: 회의 노트를 요점으로 요약하기 위한 프롬프트 템플릿입니다.
Related MCP server: MCP AI Chat LangChain
빠른 시작
1. 의존성 설치
npm install2. 서버 빌드
npm run build이 명령은 src/의 TypeScript 소스를 dist/index.js로 컴파일합니다.
3. 개발 모드로 실행
npm run dev4. MCP Inspector로 테스트
공식 MCP Inspector를 사용하여 도구, 리소스 및 프롬프트를 시각적으로 테스트하고 상호 작용할 수 있습니다:
npx @modelcontextprotocol/inspector node dist/index.jsMCP 클라이언트와 통합
Antigravity / Claude Desktop / Cursor 구성
이 서버를 클라이언트의 MCP 서버 구성 파일(예: mcp_config.json 또는 claude_desktop_config.json)에 추가하세요:
{
"mcpServers": {
"starter-mcp-server": {
"command": "node",
"args": [
"C:/Users/naska/coding/dev/mcp-temp/dist/index.js"
]
}
}
}폴더 구조
.
├── src/
│ └── index.ts # Main MCP Server implementation (Tools, Resources, Prompts)
├── dist/ # Compiled JavaScript outputs (generated on build)
├── package.json # Dependencies and build scripts
├── tsconfig.json # TypeScript compiler settings
└── README.md # DocumentationMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceThis server implements the Model Context Protocol to facilitate meaningful interaction and understanding development between humans and AI through structured tools and progressive interaction patterns.57
- FlicenseNot gradedqualityDmaintenanceA basic Model Context Protocol server implementation that demonstrates core functionality including tools and resources for AI chat applications.
- FlicenseNot gradedqualityNot gradedmaintenanceA demonstration MCP server that provides calculator tools for arithmetic operations, personalized greeting resources, and code review prompt templates. Enables users to perform basic math calculations, generate dynamic greetings, and access reusable code review templates through the Model Context Protocol.
- FlicenseCqualityDmaintenanceA Model Context Protocol server that provides tools for mathematical calculations and directory listing, alongside prompt templates for code reviews and explanations. It enables file system access and resource reading through stdio transport.2
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/askarthikey/mcp-prac'
If you have feedback or need assistance with the MCP directory API, please join our Discord server