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

# Cursor

> Den SeaOtter-MCP-Server in Cursor per Klick oder über .cursor/mcp.json hinzufügen.

Bevorzugen Sie [seaotter.dev/connect](https://seaotter.dev/connect): **Add to Cursor** öffnet einen One-Click-Install-Deeplink mit ausgefülltem Key. Die Connect-UI ist auf Englisch.

## One-Click (empfohlen)

1. [seaotter.dev/connect](https://seaotter.dev/connect) angemeldet öffnen.
2. **Add to Cursor** klicken.
3. Die Installation in Cursor bestätigen.

Fertig, wenn SeaOtter unter MCP-Servern erscheint. Dann einfügen:

> Use the SeaOtter MCP to onboard a Hermes agent named my-hermes, then talk to it.

## Manuell `.cursor/mcp.json`

Wenn der Deeplink nicht öffnet, `.cursor/mcp.json` (Projekt oder global) anlegen oder editieren:

```json theme={null}
{
  "mcpServers": {
    "seaotter": {
      "command": "npx",
      "args": ["-y", "@ryanseaotter/mcp-server"],
      "env": {
        "SEAOTTER_API_KEY": "so_…"
      }
    }
  }
}
```

Der vollständige englische Guide bleibt unter [Cursor](/mcp/cursor).
