heuresis for Grok
io.github.toremlabs/heuresis
Read & write your Heuresis idea graph and run TRIZ/C-K/ASIT operators from your AI assistant.
client:Grok
transport:stdio
runtime:npm
Install heuresis in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"heuresis": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@heuresis/mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs