Integrations
Provides communication channel for user support through the AgentMode Discord server
Allows users to report issues or contribute to the AgentMode project through its GitHub repository
Enables connection to Google Cloud services for storage, computation and more (mentioned as coming soon)
エージェントモード✨
AgentModeは、コーディングAIを数十のデータベース、データウェアハウス、データパイプライン、クラウドサービスなどに接続するオールインワンのモデルコンテキストプロトコル(MCP)サーバーです。この拡張機能は、様々なデータおよびクラウドプラットフォームとのシームレスな統合を提供することで、開発ワークフローを効率化するように設計されています。
インストール 👨💻
VSコードで
- VS Code 拡張機能をインストールします。
- エージェントモード拡張機能の横にある「インストール」ボタンをクリックします。
- コマンド パレット (macOS では
Ctrl+Shift+P
またはCmd+Shift+P
) から MCP サーバーを起動し、「MCP」と入力して、「MCP: List Servers」を選択し、agentmode をクリックします。 - VS Code のステータス バーの右下隅にある「AgentMode」テキストをクリックしてブラウザー タブを開き、サインインします。
VSコードなし(Pythonパッケージ)
- ターミナルを開き、
curl -LsSf https://astral.sh/uv/install.sh | sh
で uv をインストールします。 uv init
uv add agentmode
uv run agentmode
MCP(モデルコンテキストプロトコル)🌐
AgentMode は、モデル コンテキスト プロトコル(MCP) を活用して、コーディング AI で次のことが可能になります。
- データベースおよびデータ ウェアハウスにアクセスしてクエリを実行します。
- リアルタイムまたはバッチ処理のためにデータ パイプラインと対話します。
- Webブラウザを使用します。
- 実稼働サービスからのログを表示します。
- ストレージ、計算などのためにクラウド サービスに接続します。
接続🔌
AgentMode は、次のような幅広い接続をサポートしています。
- データベース: MySQL、PostgreSQL など
- データ ウェアハウス: Snowflake、BigQuery、Redshift など
- データ パイプライン: Airflow、Prefect など
- クラウド サービス: AWS、Azure、Google Cloud など (近日公開予定)
接続を構成するには、次の手順に従います。
- MCPサーバーを起動し、
http://localhost:13000/setup
にアクセスします。 - 設定したい接続のアイコンをクリックします。
- 接続の詳細と資格情報を入力します (すべての資格情報はマシン上にローカルに保存されます)。
- 必要な依存関係は即座にインストールされます。
ヘルプ🛟
問題が発生した場合や質問がある場合は、次のことができます。
- ドキュメントを参照してください。
- GitHub リポジトリで問題を開きます。
- Discord サーバーで私たちとチャットしてください。
貢献中💬
- コネクタとテストを追加する
You must be authenticated.
コーディング AI を多数のデータベース、データ ウェアハウス、データ パイプライン、クラウド サービスに接続し、シームレスな統合を通じて開発ワークフローを合理化するオールインワンのモデル コンテキスト プロトコル (MCP) サーバーです。
Related MCP Servers
- -securityFlicense-qualityImplements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.Last updated -90Python
- -securityAlicense-qualityA Model Context Protocol (MCP) server that wraps the dbt CLI tool, enabling AI coding agents to interact with dbt projects through standardized MCP tools. Developed by Mammoth Growth.Last updated -8PythonMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that allows AI models to safely access and interact with local file systems, enabling reading file contents, listing directories, and retrieving file metadata.Last updated -471JavaScriptMIT License
- -security-license-qualityA specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.Last updated -1TypeScript