math-anchor
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@math-anchorWhat is the integral of x^2 from 0 to 1?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Math Anchor
Math Anchor is one product with two quiet entry points:
a native macOS calculator for people, with familiar basic/scientific input, lightweight offline physical-unit conversion, ECB reference currency conversion with visible source and freshness, a read-only calculator display, optional exact-value copy, and local history;
a safe scientific runtime for Agents, with one-call typed execution through
math.runand optional discovery or batch tools.
Both surfaces use the same Python calculation core. The Agent catalog currently provides 31 typed operations spanning exact arithmetic, algebraic transforms, semantic and solution verification, single- and multivariable calculus, numerical roots, all-roots search, and certified interval-arithmetic global optimization, adaptive numerical integration with explicit accuracy metadata, exact and stability-aware approximate linear algebra, number theory, combinatorics, financial math, probability, descriptive and inferential statistics, unit conversion, and unit-bearing expressions. The project reuses SymPy, NumPy, mpmath, and Pint for mathematics; its own work is the safe parser, capability catalog, structured result contract, isolation boundary, human app, and Agent-facing interface.
Currency conversion is an online, human-app feature calculated from the European Central Bank's daily euro reference rates. The interface shows the source, publication time, and current or expired state; cached rates remain explicitly marked when a refresh cannot complete. These rates are informational and are not transaction quotes. Currency conversion remains an app-internal request and does not add another public MCP tool or Agent operation.
Run the macOS app
./script/bootstrap.sh
./script/build_and_run.shThe Codex app also exposes the same command as the repository's Run action.
Related MCP server: Math MCP Server
Use the local runtime
.venv/bin/math-anchor search calculus
.venv/bin/math-anchor describe calculus.integrate
.venv/bin/math-anchor run expression.evaluate '{"expression":"sqrt(2)","precision":50}'Start the MCP server with:
.venv/bin/math-anchor-mcpThe installable Codex Plugin source is in plugins/math-anchor/.
script/package_runtime.sh builds the standalone mathematical runtime used by both the installed plugin and the macOS app bundle. The packaged app and plugin do not depend on this repository or its .venv after installation.
Generated runtimes are deliberately excluded from Git. Before installing the
local Plugin, run ./script/bootstrap.sh, ./script/package_runtime.sh, and
./script/check_all.sh, then select plugins/math-anchor/ in Codex's local Plugin
installation flow and start a fresh task. The four MCP tools and the calculation
Skill must become visible together.
Bootstrap accepts any available Python 3.11 or newer interpreter. Set MATH_ANCHOR_PYTHON only when selecting a specific interpreter. The Swift scripts select an installed SDK compatible with the active compiler; MATH_ANCHOR_SDKROOT is available as an explicit override.
Verify
./script/check_all.shThis runs Python regression tests, Swift state checks/build, the four-tool MCP discovery and execution flow, and plugin validation. Human visual acceptance remains separate from those development checks.
For a GitHub-generated ZIP or tarball without .git metadata, run
./script/check_source_layout.sh --archive-clean once immediately after
extraction and before the first check_all.sh; subsequent development checks
are intentionally repeatable after the runtime has been generated.
Publishing
Publish source from a clean checkout or an unmodified GitHub-generated source
archive; do not force-add
plugins/math-anchor/runtime/, .build/, or dist/. Runtime dependencies are
exactly pinned and SHA-256 verified in requirements-runtime.lock, including
dependencies activated through package extras. Bootstrap installs the complete
development lock with pip's --require-hashes. Each generated runtime includes artifact-derived
THIRD_PARTY_NOTICES.txt, an SPDX SBOM covering bundled Python distributions,
the PyInstaller bootloader, and every standalone native library, plus an
architecture/file manifest. An unmapped native library or unpinned bundled
distribution fails packaging.
Current local .app bundles are development artifacts, not downloadable
releases. Developer ID signing and Apple notarization are mandatory gates in
script/release_macos.sh. See docs/releasing.md for the
source, Plugin, CI, per-architecture, and signed binary workflow.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides a comprehensive set of mathematical functions as MCP tools, enabling language models to perform calculations including arithmetic, trigonometry, logarithms, and more.141MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that exposes 8 mathematical tools (arithmetic, algebra, calculus, matrix operations, statistics, probability, unit conversions) to any MCP-compatible AI agent, enabling mathematical computations without code.8221MIT
- AlicenseAqualityBmaintenanceEnables advanced mathematics operations including linear algebra, vector math, symbolic computation, and calculus through MCP tools. Designed for use with Claude and other MCP-compatible LLMs.191MIT
- Flicense-qualityCmaintenanceA runtime for inspectable agent workflows that provides MCP tools, bounded Python execution, session memory, and deterministic evaluation.
Related MCP Connectors
Precision math engine for AI agents. 203 exact methods. Zero hallucination.
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/tetracoralla/math-anchor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server