TRIZ for Windsurf
io.github.sv/triz
Deterministic, read-only TRIZ knowledge: parameters, principles, matrix, tool routing, effects.
client:Windsurf
transport:stdio
runtime:npm
Install TRIZ in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"triz": {
"command": "npx",
"args": [
"-y",
"triz-mcp"
],
"env": {
"TRIZ_DATA_DIR": "<TRIZ_DATA_DIR>",
"TRIZ_GRAPH": "<TRIZ_GRAPH>",
"TRIZ_REGISTRY": "<TRIZ_REGISTRY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs