mcpbeat Sign in

codecalc MCP Server

local only

codecalc runs on your own machine — the client starts it, so there is no endpoint to ping. 260 installs a week from pypi. Last commit 9 Sep 2026.

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

Installs per day peak 865 · avg 205 · -65% w/w
a month agotoday
260
Installs / week
pypi · codecalc
3
Stars
8 open issues
9 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime codecalc/_worker_bootstrap.py:178
            exec(compile(code, "<session>", "exec"), ns)
        p = subprocess.run(cmd, capture_output=True, text=True, timeout=timeout)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add codecalc -- uvx codecalc
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codecalc": {
      "args": [
        "codecalc"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codecalc]
command = "uvx"
args = ["codecalc"]
.cursor/mcp.json
{
  "mcpServers": {
    "codecalc": {
      "args": [
        "codecalc"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codecalc": {
      "args": [
        "codecalc"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to codecalc

same job, measured the same way
I
trelix
by sairam0424

Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.

1 185 installs/wk local only
Codeweaver
by knitli

Semantic code search built for AI agents. Hybrid, AST-aware, context for 166 languages.

142 installs/wk local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

119 installs/wk local only
Maguyva
by maguyva

Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.

answering
Constellation
by shiftinbits

Code Intelligence Platform for AI Coding Agents

171 installs/wk local only
Replen
by replenhq

A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.

123 installs/wk local only
Cdbx
by cdbx

Build Apps and run code in 30 languages — sandboxed, with persistent sessions for agent loops.

answering
Aidex
by cscsoftware

Persistent code indexing for AI assistants. 50x less context than grep. 11 languages.

94 installs/wk local only

codecalc — questions

Answers built from our own checks of this server.

Why is there no uptime for codecalc?
codecalc runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package codecalc was installed 260 times last week.
How do I connect codecalc?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls codecalc straight from pypi; nothing to host, nothing to sign up for.
How many people use codecalc?
The pypi package codecalc was installed 260 times in the last week. Week over week that is -65%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is codecalc open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 3 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.