AngouriMathMCP

asc-community/AngouriMathMCP
★ 0 stars C# AI/LLM Updated today
MCP server exposing AngouriMath (exact symbolic algebra) to LLM agents. Verification-first: integrals checked by differentiating back, declines reported as declines.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "angourimathmcp": {
      "command": "npx",
      "args": [
        "-y",
        "asc-community/AngouriMathMCP"
      ]
    }
  }
}