heuresis for Zed
io.github.toremlabs/heuresis
Read & write your Heuresis idea graph and run TRIZ/C-K/ASIT operators from your AI assistant.
client:Zed
transport:stdio
runtime:npm
Install heuresis in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"heuresis": {
"command": "npx",
"args": [
"-y",
"@heuresis/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs