MCP.so
ログイン
F

Fermatmcp

@abhiphile

Fermatmcp について

This project provides a FastMCP server for mathematical computations, including numerical and symbolic calculations, as well as plotting.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

abhiphile

投稿者

ABHISHEK KUMAR

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "fmcp": {
      "command": "bash",
      "args": [
        "ABSOLUTE_PATH_TO_CLONED_FERMAT_MCP/setup.sh"
      ],
      "description": "fmcp server is for mathematical computations, including numerical and symbolic calculations, as well as plotting."
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Fermatmcp?

Fermatmcp is a Model Context Protocol server that provides mathematical computation capabilities, including numerical and symbolic calculations as well as plotting, for use with MCP clients such as VS Code, Windsurf, and Gemini CLI. It is designed for developers and users who need to perform math operations within AI‑powered tools.

How to use Fermatmcp?

Clone the repository from GitHub, ensure Python 3.12 or higher and uv are installed, then configure the MCP client by adding a server entry in its mcp.json file that runs the provided setup.sh script. Detailed instructions are available for VS Code, Windsurf, and Gemini CLI.

Key features of Fermatmcp

  • Supports numerical calculations (e.g., gcd, lcm, sqrt, power)
  • Supports symbolic mathematical calculations
  • Supports plotting of mathematical functions
  • Works with VS Code, Windsurf, and Gemini CLI
  • Quick setup using a single bash script

Use cases of Fermatmcp

  • Perform arithmetic and advanced numerical computations within an AI assistant
  • Solve symbolic equations and manipulate algebraic expressions
  • Generate plots of functions directly from a chat interface
  • Integrate math capabilities into custom agent workflows

FAQ from Fermatmcp

What are the requirements to run Fermatmcp?

Python 3.12 or higher and uv are required. Both are installable from their official websites.

How do I configure Fermatmcp with my MCP client?

Clone the repository, then add a server entry to your client’s mcp.json using the command bash and the path to the setup.sh script. Examples are provided for VS Code, Windsurf, and Gemini CLI.

Which MCP clients are supported?

The README explicitly shows configuration for Visual Studio Code, Windsurf, and Gemini CLI.

What kind of mathematics does Fermatmcp handle?

It handles numerical and symbolic calculations as well as plotting. Specific functions mentioned include gcd, lcm, sqrt, and power.

コメント

「その他」の他のコンテンツ