Kiro のための Busabase

Kiro を Busabase に接続する

AWS's agentic IDE — turns natural-language prompts into structured specs and working code, with its own filesystem and terminal.

Kiro に貼り付けてください

https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。

Kiro の公式ドキュメントを読む
Busabase
Agent Skill
承認待ちの変更提案が並ぶ Busabase のレビュー受信箱

エージェントにこの一言を渡すだけ

コネクタ以上のものが手に入ります。busabase スキルには承認優先のワークフロー、CLI、API 全体が含まれ、以降のセッションでも貼り直し不要です。

まず確認

Busabase Cloud かパーソナルデスクトップか。何かを実行する前にあなたが決めます。

接続

サインインと資格情報の保存まで自動。API キーを手でコピーする必要はありません。

最初の Base を用意

Base を作成してデータを入れるので、開いたときに空の画面になりません。

スキルを常駐化

busabase と busabase-app-creator が常駐し、以降のセッションですぐ使えます。

このエージェントでの注意点

Kiro is spec-driven: it may want to write a spec before executing. Let it read the setup document first, then approve the commands it proposes.

コネクタの方がよい場合

スキルを導入させる代わりに Busabase を MCP ツールとして接続したい場合は、以下のサーバー URL を使用してください。

接続の概要

提供元
AWS
接続方法
プラグイン / Skill · MCP + OAuth
トランスポート
Streamable HTTP
認証方式
OAuth(動的登録)
設定ファイル
.kiro/settings/mcp.json (user: ~/.kiro/settings/mcp.json)

Kiro is an agentic IDE with its own filesystem and terminal, so the Skill path applies: paste the prompt above and Kiro connects itself.

Prefer a connector?

Kiro reads MCP servers from .kiro/settings/mcp.json (workspace) or ~/.kiro/settings/mcp.json (user). Workspace settings take precedence when both exist.

{
  "mcpServers": {
    "busabase": {
      "url": "https://busabase.com/api/mcp"
    }
  }
}

Only url is mandatory for a remote server — Kiro's docs describe it as the "HTTPS endpoint for the remote MCP server (or HTTP endpoint for localhost)".

Kiro's config also accepts an oauth object (clientId, clientSecret, redirectUri, oauthScopes), but Busabase supports dynamic client registration, so you should not need to pre-register anything — the docs state that Kiro handles the browser-based OAuth flow automatically.

Optional keys on the same entry: headers, disabled, autoApprove, disabledTools.

Kiro MCP configuration

既知の注意点

Kiro's main MCP page shows a capability matrix marking remote HTTP/SSE as supported in IDE and CLI, but only demonstrates stdio (`command`/`args`) servers — the remote `url` shape is on the separate Configuration page. Workspace `.kiro/settings/mcp.json` takes precedence over the user-level file, so check both if a stale server keeps loading.

この手順公式ドキュメント準拠確認日は未記録

そのエージェントの公式ドキュメントに基づいて作成しています。実機での再実行は行っていないため、コマンドが変わっている場合はリンク先の公式ドキュメントを確認してください。

セットアップはエージェントに任せる

一言の指示と一度の認可だけ。その後の変更はすべて、あなたが承認する提案として届きます。

すべてのエージェントを見る

Kiro に貼り付けてください

https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。