Skip to main content
Glama
package.json854 B
{ "name": "math-mcp", "version": "0.1.1", "main": "build/index.js", "module": "src/index.ts", "type": "module", "scripts": { "build": "npm run build:http", "build:stdio": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "build:http": "npx @smithery/cli build", "start": "npm run start:http", "start:http": "node .smithery/index.cjs", "start:stdio": "node build/index.js", "http": "npm run build:http && npm run start:http", "stdio": "npm run build:stdio && npm run start:stdio" }, "keywords": [], "files": [ "build" ], "author": "", "license": "MIT", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.5", "typescript": "^5.7.3", "vitest": "^3.2.4" } }

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

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