Skip to main content
Glama
askarthikey

MCP Starter Server

by askarthikey

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 install

2. 서버 빌드

npm run build

이 명령은 src/의 TypeScript 소스를 dist/index.js로 컴파일합니다.

3. 개발 모드로 실행

npm run dev

4. MCP Inspector로 테스트

공식 MCP Inspector를 사용하여 도구, 리소스 및 프롬프트를 시각적으로 테스트하고 상호 작용할 수 있습니다:

npx @modelcontextprotocol/inspector node dist/index.js

MCP 클라이언트와 통합

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           # Documentation
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    A 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.
  • F
    license
    C
    quality
    D
    maintenance
    A 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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