Skip to main content
Glama

MCP SageMath Server

by GaloisHLee
config.ts394 B
/** * 项目配置。默认从环境变量 `SAGE_PATH` 读取 Sage 可执行文件路径; * 未设置时会退回到系统 PATH 中的 `sage`。 */ const envSagePath = process.env.SAGE_PATH?.trim(); export const config = { // 如果需要固定路径,可在此手动填写,例如:"/opt/sage/bin/sage" sagePath: envSagePath && envSagePath.length > 0 ? envSagePath : undefined, };

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