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

# Cursor

title: "Cursor"
description: "Use @byul/mcp inside the Cursor editor"
-----------------------------------------------------

## Configuration file

`~/.cursor/mcp.json`:

```json theme={null}
{
  "mcpServers": {
    "byul": {
      "command": "npx",
      "args": ["-y", "@byul/mcp"],
      "env": { "BYUL_API_KEY": "byul_api_key" }
    }
  }
}
```

## Usage example

```txt theme={null}
tools.call name="news_fetch" params={"minImportance":7,"limit":10}
```
