Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. SageMath
SageMath logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 6:30:27 PM

SageMath

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository14 GitHub StarsTotal stargazers on GitHub for the source repository (14 stars).Visit Website

Stateful SageMath MCP server with 33 symbolic math tools and a sandboxed Sage session per client.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "sagemath": {
      "command": "uvx",
      "args": [
        "sagemath-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

SageMath MCP Server

CI Release PyPI GHCR License Python MCP FastMCP SageMath Ruff Typed Coverage Downloads MCP Registry Signed Dependabot Last commit

A mathematics Model Context Protocol (MCP) server that gives LLM clients a sandboxed mathematical subset of SageMath --- one of the most comprehensive open-source mathematics systems available. Built on FastMCP 3.x, the server maintains a dedicated SageMath process for each MCP session so variables, functions, and assumptions persist across tool calls. Caller code is deny-by-default: the full breadth of Sage mathematics is reachable, but imports, the external CAS interfaces, and the file/display/persistence primitives are not (see Security Sandbox).

Whether the task is symbolic calculus, number theory, linear algebra, differential equations, plotting, combinatorics, graph theory, group theory, or basic arithmetic, the server provides 40 MCP tools --- the math tools backed by the SageMath engine, plus evaluate_sage_streaming (streaming wrapper) and HTTP /health and /ready endpoints.


Table of Contents

  • Features at a Glance
  • Architecture Overview
  • Quick Start
  • Detailed Tool Reference
    • evaluate_sage --- Open-Ended Execution
    • Calculus Tools
    • Algebra & Simplification Tools
    • Linear Algebra Tools
    • Differential Equations
    • Number Theory
    • Statistics
    • Visualization
    • Session Management & Observability
  • Security Sandbox
  • LLM Client Configuration
  • Deployment
  • Configuration Reference
  • CLI Reference
  • Development
  • CLI Integration Testing
  • Project Layout
  • Technology Stack
  • Changelog
  • Roadmap
  • Contributing

Features at a Glance

CategoryToolsBackendCapabilities
Core executionevaluate_sage, evaluate_sage_streamingSageRun SageMath code (the mathematical subset the sandbox permits) with persistent state, LaTeX output, stdout capture, progress heartbeats, per-call timeouts, and line-by-line streaming
Calculusdifferentiate_expression, integrate_expression, limit_expression, series_expansionSageDerivatives of any order, indefinite & definite integrals, one-sided limits, Taylor/Laurent series
Algebrasolve_equation, simplify_expression, expand_expression, factor_expression, calculate_expressionSageSingle equations & systems, symbolic simplification, expansion, factoring, numeric evaluation
Symbolic sumssymbolic_sumSageSymbolic summation and products (finite and infinite series)
Linear algebramatrix_multiply, matrix_operationSageMatrix products, determinants, inverses, eigenvalues, rank, RREF, transpose
Differential equationssolve_odeSageFirst- and higher-order ODEs via Sage's desolve()
Number theorynumber_theory_operationSagePrimality testing, integer factorization, next prime, GCD, LCM
Combinatoricscombinatorics_operationSageBinomial, permutations, combinations, partitions, factorial, Catalan, Fibonacci, Bell numbers
Graph theorygraph_operationSageNamed graphs including parameterised constructors (CompleteGraph(4)) and adjacency dicts; chromatic number, connectivity, planarity, diameter, shortest path
Group theorygroup_operationSageSymmetric, dihedral, cyclic, alternating groups; order, abelian/cyclic test, center, exponent
Elliptic curveselliptic_curve_operationSageRank, torsion, discriminant, j-invariant, conductor, generators
Coding theorycoding_theory_operationSageHamming and generalized Reed-Solomon codes; length, dimension, minimum distance, generator matrix, rate
Polynomial ringspolynomial_ring_operationSageGroebner bases, ideal dimension/variety, reduction, Groebner test
Boolean algebraboolean_algebra_operationSageBoolean polynomial ring, addressed as x, y, z or x0, x1, x2; evaluate, variables, degree, zero/one test
Geometrygeometry_operationSageDistance, polygon area, polytope volume, convex hull, compactness via Polyhedron
Statisticsstatistics_summarySageMean, median, population & sample variance/std dev, min, max
Probabilitydistribution_operationSageNormal, exponential, Poisson, chi-squared, Student-t, uniform, beta, gamma; PDF, CDF, quantile, analytic mean/variance, sampling
Visualizationplot_expression, plot3d_expression, plot_multi_expressionSage2D plots, 3D surface plots, multi-function overlays, returned as rendered images (PNG or SVG) the client displays
Numeric methodsfind_rootSageNumeric root-finding in an interval via Sage's find_root(), from an expression or an equation
Verificationverify_claimSageIndependently re-check a stated claim through a proof ladder; answers proved, refuted, supported or undecided, always with its evidence
Vector calculusvector_calculus_operationSageGradient, divergence, curl, Laplacian on scalar/vector fields
Session controlreset_sage_session, interrupt_sage_session, cancel_sage_sessionWorkerClear state, or stop a computation with or without keeping variables
Named workspacesstart_sage_session, list_sage_sessions, stop_sage_sessionWorkerSeveral independent variable namespaces per client
Diagnosticscheck_sage_health, lookup_sage_docWorker/ServerMCP-level readiness probe (evaluates 1+1, reports latency); doc links for a Sage name plus whether this server offers it to caller code
Infrastructure/health and /ready endpoints, 3 MCP resourcesServerLiveness (process up) and readiness (evaluates 1+1 on the backend), session snapshots, aggregated metrics, documentation links

Architecture Overview

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Qaskills logoQaskills

    Search, inspect, and install 400+ QA testing skills from qaskills.sh into any MCP client.

    πŸ’» Developer Tools0 views
    Compare vs Qaskills β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
14
Stargazers on the source repository.
Last commit
Today
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about SageMath

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "sagemath": { "command": "npx", "args": ["-y", "SageMath"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSageMath AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sagemath?style=directory)](https://allmcps.com/mcp/sagemath)
HTML Embed
<a href="https://allmcps.com/mcp/sagemath"><img src="https://allmcps.com/api/badge/sagemath?style=directory" alt="SageMath on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars14
GitHub Star CountTotal stargazers on GitHub representing community popularity (14 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
43Quality signal: Fair Β· 43/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to SageMath β†’Install in Claude DesktopInstall in CursorInstall in VS Code