- Heuresis
Heuresis
Heuresis MCP
Use your Heuresis workspace from inside any MCP client (Claude Desktop, Claude Code, Cursor, custom agents). The server logs into your Heuresis account and reads/writes the same workspace the web app uses. Ideas you develop in chat show up on your canvas, and vice-versa.
Heuresis is a visual, methodical idea workspace: instead of a flat bullet list, it develops ideas with real method.
What you can do from your assistant
- Discover & develop ideas
- Create concepts and expand them with methodical operators
- Run structured operators
- TRIZ, C-K theory, ASIT, the contradiction matrix, Branch, Combine
- Bring in prior-art / research and link it to the concept you're working on
- Organize concepts, ideas and projects, full read/write (~31 data tools)
- Export a workspace or idea into a shareable report
Install
First, log the device into your (free) Heuresis account: ```bash npx -y @heuresis/mcp@latest login ``` Then add it to your client: ```json { "mcpServers": { "heuresis": { "command": "npx", "args": ["-y", "@heuresis/mcp@latest"] } } } ```
Links
- App: https://heuresis.app
- How it works: https://heuresis.app/how-it-works
- npm: https://www.npmjs.com/package/@heuresis/mcp
- Source: https://github.com/ToremLabs/heuresis-mcp
Free to use. Local-first. Your data stays yours.
Server Config
{
"mcpServers": {
"heuresis": {
"command": "npx",
"args": [
"-y",
"@heuresis/mcp@latest"
]
}
}
}