← Index

io.github.justice8096/sagemath-mcp-server

io.github.justice8096/sagemath-mcp-server·v1.0.1·Other
Quality Score
85
/100

MCP server wrapping SageMath's full computer algebra system — 10 symbolic-math tools for LLMs.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "sagemath-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@justice8096/sagemath-mcp-server"
      ],
      "env": {
        "SAGE_TIMEOUT": "<sage_timeout>",
        "SAGE_DOCKER_IMAGE": "<sage_docker_image>",
        "TRANSPORT": "<transport>",
        "PORT": "<port>",
        "API_KEY": "<your-api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "sagemath-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@justice8096/sagemath-mcp-server"
      ],
      "env": {
        "SAGE_TIMEOUT": "<sage_timeout>",
        "SAGE_DOCKER_IMAGE": "<sage_docker_image>",
        "TRANSPORT": "<transport>",
        "PORT": "<port>",
        "API_KEY": "<your-api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @justice8096/sagemath-mcp-server
§02  Environment variables
SAGE_TIMEOUT

Per-call SageMath timeout in milliseconds. Default 30000.

SAGE_DOCKER_IMAGE

Docker image used when SageMath is not installed locally. Default sagemath/sagemath:latest.

TRANSPORT

Transport mode: 'stdio' (default) or 'http'.

PORT

HTTP port when TRANSPORT=http. Default 3000.

API_KEY
secret

If set, HTTP transport requires matching API_KEY header. Ignored for stdio.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other