Skip to main content
Glama

Math MCP Server

by jaffrepaul
package.json497 B
{ "name": "mcp-math-server", "version": "1.0.0", "description": "MCP server for mathematical operations using mathjs", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsc && node dist/index.js", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@sentry/node": "^10.20.0", "mathjs": "^13.2.2" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" } }

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

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