Skip to main content
Glama

数学-MCP

大規模言語モデル(LLM)に基本的な数学および統計関数を提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、LLMはシンプルなAPIを通じて正確な数値計算を実行できます。

特徴

  • 基本的な算術演算(加算、減算、乗算、除算)
  • 統計関数(合計、平均、最小、最大)
  • 丸め関数(切り上げ、切り上げ、切り上げ)

インストール

このリポジトリのクローンを作成し、コンピューターのローカルのどこかに保存するだけです。

次に、このサーバーを MCP 構成ファイルに追加します。

"math": { "command": "node", "args": ["PATH\\TO\\PROJECT\\math-mcp\\build\\index.js"] }

PATH\\TO\\PROJECTリポジトリのクローンを作成した実際のパスに置き換えます。

利用可能な機能

Math-MCP サーバーは、次の数学演算を提供します。

関数説明パラメータ
add2つの数字を足し合わせるfirstNumber : 最初の加数secondNumber : 2番目の加数
subtract最初の数値から2番目の数値を引きますminuend : 減算する数subtrahend : 減算される数
multiply2つの数を掛け合わせますfirstFactor : 最初の要素secondFactor : 2番目の要素
division最初の数値を2番目の数値で割ります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