Fermatmcp
@abhiphile
关于 Fermatmcp
This project provides a FastMCP server for mathematical computations, including numerical and symbolic calculations, as well as plotting.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mlops
visengerA curated list of references for MLOps
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论