Skip to main content
Glama
dh1789

My First MCP

by dh1789

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Tools

Functions exposed to the LLM to take actions

NameDescription
get_current_time

현재 날짜와 시간을 반환합니다. 시간대를 지정할 수 있습니다.

calculate

두 숫자의 사칙연산(덧셈, 뺄셈, 곱셈, 나눗셈)을 수행합니다.

get_random_number

지정한 범위 내에서 랜덤 정수를 생성합니다.

reverse_string

입력된 문자열을 뒤집어서 반환합니다.

get_server_info

이 MCP 서버의 정보와 사용 가능한 Tool 목록을 반환합니다.

analyze_structure

프로젝트 디렉토리 구조를 분석하여 트리 형태로 보여줍니다.

analyze_dependencies

프로젝트의 package.json을 분석하여 의존성 정보를 제공합니다.

count_lines

프로젝트의 코드 라인 수를 분석합니다 (코드/주석/빈줄 분류).

server_status

MCP 서버 상태를 확인합니다 (uptime, 메모리 사용량 등).

Prompts

Interactive templates invoked by user choice

NameDescription
code-review코드 리뷰를 요청합니다
explain-code코드 설명을 요청합니다

Resources

Contextual data attached and managed by the client

NameDescription
server-infoMCP 서버 정보를 제공합니다
config서버 설정 정보를 제공합니다

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/dh1789/my-first-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server