heuresis for Cursor
io.github.toremlabs/heuresis
Read & write your Heuresis idea graph and run TRIZ/C-K/ASIT operators from your AI assistant.
client:Cursor
transport:stdio
runtime:npm
Install heuresis in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"heuresis": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@heuresis/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs