Skip to main content
Glama

Math MCP Server

by jaffrepaul
package.json615 B
{ "name": "mcp-math", "version": "1.0.0", "description": "Math quiz application with MCP server mathematical coprocessor", "private": true, "workspaces": [ "frontend", "mcp-server" ], "scripts": { "install:all": "npm install && npm install --workspace=frontend && npm install --workspace=mcp-server", "dev:frontend": "npm run dev --workspace=frontend", "dev:mcp": "npm run dev --workspace=mcp-server", "build:frontend": "npm run build --workspace=frontend", "build:mcp": "npm run build --workspace=mcp-server" }, "dependencies": { "@sentry/react": "^10.20.0" } }

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