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
{
"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