Odel
codecalc

codecalc

Local
@the-40-thieves3PythonApache-2.0Updated Today

Code & logic calculator for AI agents: 31 languages, symbolic math, SMT/logic solving, Big-O.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcodecalcv0.6.0

Run

uvx codecalc

MCP client config

{
  "mcpServers": {
    "codecalc": {
      "command": "uvx",
      "args": [
        "codecalc"
      ]
    }
  }
}