@toishi/cli
v0.2.4
Published
AIツールと toishi を接続するCLI - Claude Code, Codex, Cursor, Windsurf, Cline, Roo Code, OpenCode, Continue に対応
Maintainers
Readme
@toishi/cli
AIツールと toishi を接続するCLI - インストール済みのAIツールを自動検出してMCP設定を行います
セットアップ
npx @toishi/cli connect ti_live_xxxxxxxxxxxxxxxxこれだけで完了です。インストール済みのAIツールを自動検出し、MCP設定を追加します。
対応AIツール
| ツール | 検出方法 | 設定先 |
|--------|----------|--------|
| Claude Code | claude コマンド | claude mcp add |
| Codex CLI | codex コマンド | codex mcp add / ~/.codex/config.toml |
| Cursor | 設定ディレクトリ | ~/.cursor/mcp.json |
| Windsurf | 設定ディレクトリ | ~/.codeium/windsurf/mcp_config.json |
| Cline | 設定ディレクトリ | ~/.cline/mcp_settings.json |
| Roo Code | 設定ディレクトリ | ~/.roo-code/settings/mcp_settings.json |
| OpenCode | 設定ディレクトリ | ~/.config/opencode/opencode.json |
| Continue | 設定ディレクトリ | ~/.continue/config.yaml |
コマンド
# AIツールに接続
toishi connect <api-key>
# ローカル開発サーバーに接続
toishi connect <api-key> --endpoint http://localhost:3000
# ヘルプ
toishi help接続後の使い方
AIアシスタントに話しかけるだけです:
「新しいプロダクト『ECサイト』を作成して」
「ペルソナを追加して」
「ユーザーニーズを洗い出して」AIが toishi のツールを自動的に使い、要件定義書を作成・更新します。 Webダッシュボード(https://app.toishi.tech)からリアルタイムで確認できます。
手動設定
CLIで自動検出されない場合は、AIツールのMCP設定に以下を追加してください:
{
"toishi": {
"url": "https://app.toishi.tech/api/tools/mcp",
"headers": {
"Authorization": "Bearer ti_live_xxxxxxxxxxxxxxxx"
}
}
}ドキュメント
ライセンス
MIT - LICENSE
