Heuresis

by ToremLabs

265 downloads
Not rated
GitHub

Description

# @heuresis/mcp A Model Context Protocol (MCP) server that exposes a Heuresis workspace to any MCP-capable client (Claude Desktop, Claude Code, Cursor, Windsurf, custom agents). The server logs into the user's Heuresis account, talks to the same Supabase project the webapp talks…

About

# @heuresis/mcp A Model Context Protocol (MCP) server that exposes a Heuresis workspace to any MCP-capable client (Claude Desktop, Claude Code, Cursor, Windsurf, custom agents). The server logs into the user's Heuresis account, talks to the same Supabase project the webapp talks to, and respects the same RLS. Webapp…

Details

Author
ToremLabs
Downloads
265
Categories
Other, Knowledge Base, Productivity

- 34 tools: 31 data tools and 3 operator tools
- Live sync via Supabase Realtime (no manual refresh)
- Device‑code login for personal machines
- Email/password authentication for headless/CI usage
- Respects workspace Row‑Level Security (RLS)
- All writes stamped with origin='mcp' for session audit

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Heuresis
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the package globally (npm install -g @heuresis/mcp) or run it on‑demand with npx -y @heuresis/mcp. First link the machine to your Heuresis account using npx -y -p @heuresis/mcp heuresis-mcp login, then configure your MCP client (e.g., Claude Desktop or a .mcp.json file) to run the @heuresis/mcp server. For ephemeral environments (CI, cloud agents), set environment variables HEURESIS_EMAIL, HEURESIS_PASSWORD, and HEURESIS_ANON_KEY to sign in fresh on every boot.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

@heuresis/mcp

A Model Context Protocol (MCP) server that exposes a Heuresis workspace
to any MCP-capable client (Claude Desktop, Claude Code, Cursor,
Windsurf, custom agents). The server logs into the user's Heuresis
account, talks to the same Supabase project the webapp talks to, and
respects the same RLS. Webapp and MCP are two front-ends to one cloud
workspace.

Current version: 1.0.0-rc.13.

Install

```bash
npm install -g @heuresis/mcp

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.