KATATANDocs
ENJA
アプリを開く ›
64 語 · 約 1 分

Cursor

セットアップ

プロジェクトのルートディレクトリで実行します:

npx @katatan/agents init
# Select: 3. Cursor
# Enter your KATATAN access token

以下のファイルが生成されます:

.cursor/
└── mcp.json

生成される .cursor/mcp.json

{
  "mcpServers": {
    "katatan-test": {
      "type": "http",
      "url": "https://mcp.katatan.com/mcp",
      "headers": {
        "Authorization": "Bearer kat_xxxxxxxxxxxxxxxx"
      }
    },
    "playwright": {
      "command": "npx",
      "args": ["@playwright/mcp@latest"]
    }
  }
}

使い方

  1. Cursor を再起動して設定を反映する。
  2. Agent モードで指示を送る。