Skip to content
Cursor

TRIZ for Cursor

io.github.sv/triz

Deterministic, read-only TRIZ knowledge: parameters, principles, matrix, tool routing, effects.

client:Cursor transport:stdio runtime:npm

Install TRIZ in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "triz": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "triz-mcp"
      ],
      "env": {
        "TRIZ_DATA_DIR": "<TRIZ_DATA_DIR>",
        "TRIZ_GRAPH": "<TRIZ_GRAPH>",
        "TRIZ_REGISTRY": "<TRIZ_REGISTRY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

TRIZ in other clients