Multidim for Cursor
io.github.cherridsaid/multidim-mcp
Structured thinking grids for AI agents: deterministic analysis frames, validation, learned traps
client:Cursor
transport:stdio
runtime:pypi
Install Multidim in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"multidim-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"multidim-mcp"
],
"env": {
"MULTIDIM_MCP_HOME": "<MULTIDIM_MCP_HOME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs