Skip to content
Zed

TRIZ for Zed

io.github.sv/triz

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

client:Zed transport:stdio runtime:npm

Install TRIZ in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

TRIZ in other clients