TRIZ for Cline
io.github.sv/triz
Deterministic, read-only TRIZ knowledge: parameters, principles, matrix, tool routing, effects.
client:Cline
transport:stdio
runtime:npm
Install TRIZ in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"triz": {
"command": "npx",
"args": [
"-y",
"triz-mcp"
],
"env": {
"TRIZ_DATA_DIR": "<TRIZ_DATA_DIR>",
"TRIZ_GRAPH": "<TRIZ_GRAPH>",
"TRIZ_REGISTRY": "<TRIZ_REGISTRY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs