Skip to main content
Glama

MCP SageMath Server

by GaloisHLee
package.json689 B
{ "name": "mcp-server-sagemath", "version": "0.0.1", "description": "MCP server exposing local SageMath tools", "type": "module", "private": true, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/your-org/mcp-server-sagemath.git" }, "scripts": { "dev": "MCP_TRANSPORT=http tsx src/index.ts", "build": "tsc -p tsconfig.json", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.20.2", "express": "^4.19.2", "zod": "^3.23.8" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.28", "tsx": "^4.19.0", "typescript": "^5.6.3" } }

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/GaloisHLee/mcp-server-sagemath'

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