# Cursor

Connect Cursor to Zephex with a native HTTP MCP config and Bearer auth.

## Config
**.cursor/mcp.json**
```json
{
  "mcpServers": {
    "zephex": {
      "command": "npx",
      "args": ["-y", "zephex"],
      "env": {
        "ZEPHEX_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
```

## Verify
Restart Cursor, open Settings → Tools & MCPs, and confirm `zephex` is connected with 10 tools.