> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lavendly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Install in Cursor

> Drop Lavendly into Cursor's Composer.

Cursor is MCP-aware. Configure via `~/.cursor/mcp.json` (global) or
`<workspace>/.cursor/mcp.json` (per-project).

```json theme={null}
{
  "mcpServers": {
    "lavendly": {
      "command": "npx",
      "args": ["-y", "@lavendly/mcp"],
      "env": {
        "LAVENDLY_API_KEY": "lv_live_…"
      }
    }
  }
}
```

Restart Cursor. In Composer, the Lavendly tools appear and Composer
can invoke them inline.

<Tip>
  Use the **per-workspace** file when you maintain multiple
  environments, staging vs production, and want the right one
  auto-loaded by project.
</Tip>

## Verifying the install

In a new Composer thread, ask:

> What's available right now on Lavendly?

Composer will call `get_status` and `get_schema` and show you the
capability map. If you see the response, you're wired in.

## Pair it with a skill

The MCP server gives Cursor the tools; the
[skill](/agent-skills/overview) gives it the operating manual. Loading
both together turns Composer from "can call Lavendly tools" into
"reliably produces good Lavendly output."
