This project provides a FastMCP server for mathematical computations, including numerical and symbolic calculations, as well as plotting.
Server Config
{
"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."
}
}
}