Odel
heuresis mcp

heuresis mcp

Local
@toremlabsTypeScriptAGPL-3.0Updated 3mo ago

Read & write your Heuresis idea graph and run TRIZ/C-K/ASIT operators from your AI assistant.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@heuresis/mcpv1.0.0-rc.9

Run

npx -y @heuresis/mcp

MCP client config

{
  "mcpServers": {
    "heuresis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@heuresis/mcp"
      ]
    }
  }
}