# Cursor

Add the authenticated Fabric code graph and governed Fractal memory to [Cursor](https://cursor.com).

## Prerequisites

Node.js 20.18.1+, a Cognisos account, Cursor 0.43+, and a marked project you want indexed.

## Install

Run the verified installer from the project you want to index:

```bash
cd /path/to/your/project
npx -y @cognisos/fabric-mcp@beta-candidate setup
```

Setup signs you in, verifies both engines, detects Cursor, and installs a private
exact wrapper. Do not hand-author an unverified ambient `npx` configuration or
use the disabled accountless `setup --local` path.

## Verify

Restart Cursor. Open chat, click the tool icon, and confirm one `fabric`
connector contains both `fabric_*` and `fractal_*` tools.

The required Fabric Code Indexer daemon should be ready. The separate Fractal
background capture daemon is optional and off by default; `not_running` there
does not mean the connector failed.

```text
> @fabric find every reference to `useDocsToc`, then recall the governed decision behind its current design
```

## See also

* [Claude Code](/integrations/claude-code) — same install, different host
