numbat-mcp

akhenakh/numbat-mcp
★ 0 stars Go 🤖 AI/LLM Updated today
A MCP server that provides AI agents and LLMs with a mathematically rigorous, unit-aware computation engine powered by Numbat.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "numbat-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/akhenakh/numbat-mcp@latest"
      ]
    }
  }
}