Oh My Pi を Busabase に接続する
Coding-first Pi fork with built-in subagents, browser tooling, and native HTTP MCP discovery.
Oh My Pi に貼り付けてください
https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。

エージェントにこの一言を渡すだけ
コネクタ以上のものが手に入ります。busabase スキルには承認優先のワークフロー、CLI、API 全体が含まれ、以降のセッションでも貼り直し不要です。
まず確認
Busabase Cloud かパーソナルデスクトップか。何かを実行する前にあなたが決めます。
接続
サインインと資格情報の保存まで自動。API キーを手でコピーする必要はありません。
最初の Base を用意
Base を作成してデータを入れるので、開いたときに空の画面になりません。
スキルを常駐化
busabase と busabase-app-creator が常駐し、以降のセッションですぐ使えます。
このエージェントでの注意点
Run the setup prompt in the intended OMP profile. User-level MCP configuration and credentials are isolated per profile.
コネクタの方がよい場合
スキルを導入させる代わりに Busabase を MCP ツールとして接続したい場合は、以下のサーバー URL を使用してください。
接続の概要
- 提供元
- Can Bölük
- 接続方法
- MCP + API キー · プラグイン / Skill
- トランスポート
- Streamable HTTP
- 認証方式
- API キー
- 設定ファイル
- ~/.omp/agent/mcp.json
Add Busabase to ~/.omp/agent/mcp.json (or .omp/mcp.json for one project):
{
"mcpServers": {
"busabase": {
"type": "http",
"url": "https://busabase.com/api/mcp",
"headers": { "Authorization": "Bearer ${BUSABASE_API_KEY}" }
}
}
}
Export BUSABASE_API_KEY locally, then run /mcp reload and /mcp test busabase inside OMP. Ask it to call auth_verify. Named profiles use ~/.omp/profiles/<name>/agent/mcp.json.
既知の注意点
Set type to http explicitly. If omitted, OMP treats the entry as stdio and reports that command is missing. Named profiles use ~/.omp/profiles/<name>/agent/mcp.json.
Oh My Pi に貼り付けてください
https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。