Skip to content
VS Code

Multidim for VS Code

io.github.cherridsaid/multidim-mcp

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

client:VS Code transport:stdio runtime:pypi

Install Multidim in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "multidim-mcp-home",
      "description": "MULTIDIM_MCP_HOME",
      "password": true
    }
  ],
  "servers": {
    "multidim-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "multidim-mcp"
      ],
      "env": {
        "MULTIDIM_MCP_HOME": "${input:multidim-mcp-home}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Multidim in other clients