Skip to main content
Glama

수학-MCP

대규모 언어 모델(LLM)에 기본적인 수학 및 통계 함수를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 LLM이 간단한 API를 통해 정확한 수치 계산을 수행할 수 있도록 지원합니다.

특징

  • 기본 산술 연산(덧셈, 뺄셈, 곱셈, 나눗셈)
  • 통계 함수(합계, 평균, 최소값, 최대값)
  • 라운딩 기능(바닥, 천장, 라운드)

설치

이 저장소를 복제하여 컴퓨터의 로컬 어딘가에 저장하세요.

그런 다음 MCP 구성 파일에 이 서버를 추가합니다.

지엑스피1

PATH\\TO\\PROJECT 저장소를 복제한 실제 경로로 바꾸세요.

사용 가능한 기능

Math-MCP 서버는 다음과 같은 수학 연산을 제공합니다.

기능설명매개변수
add두 숫자를 더합니다firstNumber : 첫 번째 피연산자 secondNumber : 두 번째 피연산자
subtract첫 번째 숫자에서 두 번째 숫자를 뺍니다.minuend : 빼야 할 숫자 subtrahend : 빼는 숫자
multiply두 숫자를 곱합니다firstFactor : 첫 번째 요인 secondFactor : 두 번째 요인
division첫 번째 숫자를 두 번째 숫자로 나눕니다.numerator : 나누어지는 숫자 denominator : 나눌 숫자
sum임의의 수의 숫자를 더합니다numbers : 합계를 구할 숫자 배열
average숫자 목록의 산술 평균을 계산합니다.numbers : 평균을 구하기 위한 숫자 배열
min숫자 목록에서 최소값을 찾습니다.numbers : 최소값을 찾는 숫자 배열
max숫자 목록에서 최대값을 찾습니다.numbers : 최대값을 찾는 숫자 배열
floor숫자를 가장 가까운 정수로 반올림합니다.value : 반올림할 숫자
ceiling숫자를 가장 가까운 정수로 반올림합니다.value : 반올림할 숫자
round숫자를 가장 가까운 정수로 반올림합니다value : 반올림할 숫자

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

LLM에 기본적인 수학 및 통계 기능을 제공하는 모델 컨텍스트 프로토콜 서버로, 간단한 API를 통해 정확한 수치 계산을 수행할 수 있도록 해줍니다.

  1. 특징
    1. 설치
      1. 사용 가능한 기능

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.
          Last updated -
          31
          323
          2
          TypeScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables LLMs to perform precise numerical calculations by evaluating mathematical expressions.
          Last updated -
          1
          48
          Python
          MIT License
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          Enables LLMs to perform statistical analysis and generate ML predictions on user data from databases or CSV files through a Model Context Protocol server.
          Last updated -
          Python
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server that connects LLMs to the Compiler Explorer API, enabling them to compile code, explore compiler features, and analyze optimizations across different compilers and languages.
          Last updated -
          Python

        View all related MCP servers

        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/EthanHenrickson/math-mcp'

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