{ "name": "@heuresis/mcp", "version": "1.0.0-rc.19", "mcpName": "io.github.ToremLabs/heuresis", "description": "Cloud-authenticated Model Context Protocol server for a Heuresis workspace. Logs into the user's Heuresis account and lets any MCP client (Claude Desktop, Claude Code, Cursor, custom agents) read and write the same workspace the webapp uses. 31 data tools, 3 operator tools (Branch/Matrix/C-K/ASIT/TRIZ/Free/Combine/Explore), and live Realtime change subscriptions.", "type": "module", "bin": { "heuresis-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "publishConfig": { "access": "public" }, "homepage": "https://heuresis.app/mcp", "repository": { "type": "git", "url": "git+https://github.com/ToremLabs/heuresis-mcp.git" }, "keywords": [ "mcp", "model-context-protocol", "heuresis", "ideation", "knowledge-graph", "claude-code", "claude-desktop", "cursor" ], "dependencies": { "@anthropic-ai/sdk": "^0.40.0", "@google/generative-ai": "^0.21.0", "@modelcontextprotocol/sdk": "^1.0.0", "@supabase/supabase-js": "^2.45.0", "openai": "^4.71.0", "undici": "^6.25.0", "ws": "^8.18.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^22.0.0", "@types/ws": "^8.5.13", "typescript": "^5.6.0" }, "engines": { "node": ">=18" }, "license": "AGPL-3.0-or-later" }