← Back to Plugins
MCP Server MCP

io.github.justice8096/sagemath-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @justice8096/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@justice8096/sagemath-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Per-call SageMath timeout in milliseconds. Default 30000.",
          "format": "number",
          "name": "SAGE_TIMEOUT"
        },
        {
          "description": "Docker image used when SageMath is not installed locally. Default sagemath/sagemath:latest.",
          "format": "string",
          "name": "SAGE_DOCKER_IMAGE"
        },
        {
          "description": "Transport mode: 'stdio' (default) or 'http'.",
          "format": "string",
          "name": "TRANSPORT"
        },
        {
          "description": "HTTP port when TRANSPORT=http. Default 3000.",
          "format": "number",
          "name": "PORT"
        },
        {
          "description": "If set, HTTP transport requires matching API_KEY header. Ignored for stdio.",
          "format": "string",
          "isSecret": true,
          "name": "API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...