mcpbeat Sign in

Multidim MCP Server

by cherridsaid Your server? Claim it
local only

Multidim runs on your own machine — the client starts it, so there is no endpoint to ping. 460 installs a week from pypi. Last commit 27 Aug 2026.

Structured thinking grids for AI agents: deterministic analysis frames, validation, learned traps

Installs per day peak 297 · avg 86
a month agotoday
460
Installs / week
pypi · multidim-mcp
1
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 14 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.

Runs an external command smoke_install.py:27
    subprocess.run(cmd, check=True, **kw)

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 multidim-mcp -- uvx multidim-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "multidim-mcp": {
      "args": [
        "multidim-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.multidim-mcp]
command = "uvx"
args = ["multidim-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "multidim-mcp": {
      "args": [
        "multidim-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "multidim-mcp": {
      "args": [
        "multidim-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Multidim

same job, measured the same way
Decisionmatrix MCP
by inity13

Deterministic multi-criteria decision analysis for AI agents — score, rank & explain options.

52 installs/wk 6 tools answering
Athena Protocol
by n0zer0d4y

AI tech lead for coding agents with validation and impact analysis

64 installs/wk local only
Structured Data Validator
by agenson-horrowitz

Validate, transform, and normalize structured data for AI agents.

71 installs/wk local only
TinyFn
by tinyfn

500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.

572 tools answering
QuantContext
by zomma-dev

Deterministic stock screening, backtesting, and factor analysis for AI trading agents

65 installs/wk local only
Steelmind
by stabgan

Structured thinking + steel-manning verification for AI agents. Backed by 43+ papers.

54 installs/wk local only
C
Flatland
by flatlandfi

Financial reasoning infrastructure for AI agents: typed models, deterministic compilation, receipts

41 installs/wk local only
Trace Forge
by mdfifty50-boop

Structured execution trace and span logging for AI agents

49 installs/wk local only

Multidim — questions

Answers built from our own checks of this server.

Why is there no uptime for Multidim?
Multidim 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 multidim-mcp was installed 460 times last week.
How do I connect Multidim?
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 multidim-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Multidim?
The pypi package multidim-mcp was installed 460 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Multidim open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.