Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Multidim

PYPI · MULTIDIM-MCP · SCANNED SEP 20

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

Available components

+3 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency35
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 453 tokens (~113/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage88
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 64% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Multidim MCP server?

Multidim runs locally as a PyPI package, launched with uvx multidim-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · multidim-mcp

# add to Claude Code
claude mcp add cherridsaid-multidim-mcp -- uvx multidim-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "cherridsaid-multidim-mcp": {
      "command": "uvx",
      "args": [
        "multidim-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "cherridsaid-multidim-mcp": {
      "command": "uvx",
      "args": [
        "multidim-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add cherridsaid-multidim-mcp -- uvx multidim-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cherridsaid-multidim-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "multidim-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cherridsaid-multidim-mcp --command uvx --arg multidim-mcp
# ~/.hermes/config.yaml
mcp_servers:
  cherridsaid-multidim-mcp:
    command: "uvx"
    args: ["multidim-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "cherridsaid-multidim-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "multidim-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add cherridsaid-multidim-mcp -t stdio -c uvx -a multidim-mcp
// mcp.json
{
  "mcpServers": {
    "cherridsaid-multidim-mcp": {
      "command": "uvx",
      "args": [
        "multidim-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +16
    • Malware scan: unverified → pass security
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/multidim-mcp@0.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 4 exposed · ~453 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
multidim_analyze ~164

Build a hierarchical multidimensional grid (axes -> sub-lenses) adapted to the subject's context. Returns the grid to fill, not the analysis.

NameTypeReqDescription
contextstringOptional. Force a context; otherwise auto-detected.
depthstringOptional, default deep. core=axes+short cross-talk; deep=+sub-lenses; full=+one targeted recursion.
formatstringOptional, default text (v1 grid). v2 = deterministic JSON frame of the v2 contract: frame_hash, mandatory questions, learned traps, required_sections, validation_rules, max_validation_rounds, optiona…
subjectstringyesThe subject to analyse.

No output schema declared.

No examples provided.

multidim_contexts ~22

List every known context with its axes and sub-lenses.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

multidim_learn ~124

Create or enrich a context. Use only to promote a lens reusable beyond the current subject: deliberate promotion, never automatic. Persists to the dedicated store (the only write door).

NameTypeReqDescription
axesarray
contextstringyes
descriptionstring
keywordsarray
trapsarrayOptional. Learned traps (paid lessons): each becomes a mandatory question injected into future v2 frames when a trigger matches the subject. Deduplicated by trap_id or statement; active:false disable…

No output schema declared.

No examples provided.

multidim_validate ~143

Deterministic, STATELESS check of a filled analysis against its v2 frame (multidim_analyze format v2). Returns an ACCEPT / WARNING / REJECT verdict per section with actionable error codes. Never modifies the store, calls no LLM, never judges the truth of the content: structure, internal consistency and checkable requirements only. The calling LLM redoes ONLY the rejected sections, within the frame's max_validation_rounds (tracked by the caller).

NameTypeReqDescription
analysisobjectyesThe analysis filled by the calling LLM, section by section.
frameobjectyesThe exact JSON frame returned by multidim_analyze format v2.

No output schema declared.

No examples provided.

Common questions

What is the Multidim MCP server?

Multidim is an MCP server listed in the public MCP registry as io.github.Cherridsaid/multidim-mcp. Structured thinking grids for AI agents: deterministic analysis frames, validation, learned traps. This page covers its PyPI package (multidim-mcp).

Is the Multidim MCP server safe to use?

Multidim scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Multidim MCP server expose?

Multidim exposes 4 tools: multidim_analyze, multidim_contexts, multidim_validate, multidim_learn. Their descriptions and schemas cost roughly 453 tokens of context every time the server is loaded.

Is the Multidim MCP server still maintained?

Multidim is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.