Skip to main content
Glama

AgentMode

Official
by agentmode

エージェントモード✨

AgentModeは、コーディングAIを数十のデータベース、データウェアハウス、データパイプライン、クラウドサービスなどに接続するオールインワンのモデルコンテキストプロトコル(MCP)サーバーです。この拡張機能は、様々なデータおよびクラウドプラットフォームとのシームレスな統合を提供することで、開発ワークフローを効率化するように設計されています。

flow diagram!

インストール 👨‍💻

VSコードを使ったクイックスタート

  1. VS Code 拡張機能をインストールします。
  2. エージェントモード拡張機能の横にある「インストール」ボタンをクリックします。
  3. コマンド パレット (macOS ではCtrl+Shift+PまたはCmd+Shift+P ) から MCP サーバーを起動し、「MCP」と入力して、「MCP: List Servers」を選択し、agentmode をクリックします。
  4. VS Code のステータス バーの右下隅にある「AgentMode」テキストをクリックしてブラウザー タブを開き、サインインして接続を設定します。

VSコードなし(Pythonパッケージ)

  1. ターミナルを開き、 curl -LsSf https://astral.sh/uv/install.sh | shで uv をインストールします。
  2. uv init
  3. uv add agentmode
  4. uv run agentmode
{ "mcp": { "servers": { "agentmode": { "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode", "env": {} } } } }
{ "mcpServers": { "inputs": [], "servers": { "agentmode": { "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode", "env": {} } } } }
{ "mcpServers": { "inputs": [], "servers": { "agentmode": { "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode", "env": {} } } } }

MCP(モデルコンテキストプロトコル)🌐

AgentMode は、モデル コンテキスト プロトコル(MCP) を活用して、コーディング AI で次のことが可能になります。

  • データベースおよびデータ ウェアハウスにアクセスしてクエリを実行します。
  • リアルタイムまたはバッチ処理のためにデータ パイプラインと対話します。
  • Webブラウザを使用します。
  • 実稼働サービスからのログを表示します。
  • ストレージ、計算などのためにクラウド サービスに接続します。

接続🔌

connections setup!

AgentMode は、次のような幅広い接続をサポートしています。

  • データベース: MySQL、PostgreSQL など
  • データ ウェアハウス: Snowflake、BigQuery、Redshift など
  • データ パイプライン: Airflow、Prefect など
  • クラウド サービス: AWS、Azure、Google Cloud など (近日公開予定)

接続を構成するには、次の手順に従います。

  1. MCPサーバーを起動し、 http://localhost:13000/setupにアクセスします。
  2. 設定したい接続のアイコンをクリックします。
  3. 接続の詳細と資格情報を入力します (すべての資格情報はマシン上にローカルに保存されます)。
  4. 必要な依存関係は即座にインストールされます。

ヘルプ🛟

問題が発生した場合や質問がある場合は、次のことができます。

貢献中💬

  • コネクタとテストを追加する
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

コーディング AI を多数のデータベース、データ ウェアハウス、データ パイプライン、クラウド サービスに接続し、シームレスな統合を通じて開発ワークフローを合理化するオールインワンのモデル コンテキスト プロトコル (MCP) サーバーです。

  1. インストール 👨‍💻
    1. VSコードを使ったクイックスタート
    2. VSコードなし(Pythonパッケージ)
  2. MCP(モデルコンテキストプロトコル)🌐
    1. 接続🔌
      1. ヘルプ🛟
        1. 貢献中💬

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
            Last updated -
            4
            3
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
            Last updated -
            13
            2
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.
            Last updated -
            28
            Python
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            Implements 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 -
            90
            Python
            • Apple
            • Linux

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentmode/server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server