Amp のための Busabase

Amp を Busabase に接続する

Sourcegraph's agentic coding tool — a terminal TUI with full shell, file editing and git access, plus editor extensions.

Amp に貼り付けてください

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

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

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

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

まず確認

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

接続

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

最初の Base を用意

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

スキルを常駐化

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

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

Amp's TUI runs shell commands directly, so the setup document works without extra configuration.

コネクタの方がよい場合

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

接続の概要

提供元
Sourcegraph
接続方法
プラグイン / Skill · MCP + OAuth
トランスポート
Streamable HTTP
認証方式
OAuth(動的登録)
設定ファイル
~/.config/amp/settings.json
このコマンドを実行
amp mcp add busabase https://busabase.com/api/mcp

Amp is a terminal-based coding agent with full filesystem and shell access, so the Skill path applies.

Prefer a connector?

Add the server from the CLI:

amp mcp add busabase https://busabase.com/api/mcp

Or edit ~/.config/amp/settings.json (.jsonc also works) directly — note the key is amp.mcpServers, not a bare mcpServers:

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

Amp's manual states that for servers supporting automatic OAuth client registration, "when you start the Amp TUI after adding such a server, Amp will automatically start the OAuth flow in your browser." Busabase supports dynamic client registration, so this should apply.

Other commands: amp mcp doctor (check status), amp mcp approve <name> (approve workspace servers), amp mcp oauth login|logout <name> (manual credential handling).

Amp manual

既知の注意点

The settings key is `amp.mcpServers` — a bare `mcpServers` (the shape most other clients use) is not read. OAuth starts automatically when you launch the TUI after adding a server that supports dynamic registration; `amp mcp oauth login <name>` handles it manually if that does not fire, and `amp mcp doctor` diagnoses a failing connection.

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

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

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

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

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

Amp に貼り付けてください

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