AgentMode
Officialエージェントモード✨
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 inituv add agentmodeuv 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": {}
}
}
}
}
Related MCP server: RL-MCP
MCP(モデルコンテキストプロトコル)🌐
AgentMode は、モデル コンテキスト プロトコル(MCP) を活用して、コーディング AI で次のことが可能になります。
データベースおよびデータ ウェアハウスにアクセスしてクエリを実行します。
リアルタイムまたはバッチ処理のためにデータ パイプラインと対話します。
Webブラウザを使用します。
実稼働サービスからのログを表示します。
ストレージ、計算などのためにクラウド サービスに接続します。
接続🔌

AgentMode は、次のような幅広い接続をサポートしています。
データベース: MySQL、PostgreSQL など
データ ウェアハウス: Snowflake、BigQuery、Redshift など
データ パイプライン: Airflow、Prefect など
クラウド サービス: AWS、Azure、Google Cloud など (近日公開予定)
接続を構成するには、次の手順に従います。
MCPサーバーを起動し、
http://localhost:13000/setupにアクセスします。設定したい接続のアイコンをクリックします。
接続の詳細と資格情報を入力します (すべての資格情報はマシン上にローカルに保存されます)。
必要な依存関係は即座にインストールされます。
ヘルプ🛟
問題が発生した場合や質問がある場合は、次のことができます。
ドキュメントを参照してください。
GitHub リポジトリで問題を開きます。
Discord サーバーで私たちとチャットしてください。
貢献中💬
コネクタとテストを追加する
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that provides AI assistants with comprehensive access to SQL databases, enabling schema inspection, query execution, and database operations with enterprise-grade security.707MIT
- Alicense-qualityCmaintenanceA unified Model Context Protocol server that provides a consistent interface for AI assistants to interact with productivity tools like Linear, GitHub, Slack, and Notion. It enables users to search, retrieve, and manage tasks and data across multiple workplace services from a single endpoint.18MIT
- AlicenseBqualityCmaintenanceThis is a powerful Model Context Protocol (MCP) server that integrates multiple AI coding agents—Anthropic Claude Code, OpenAI Codex, and Google Gemini—directly into your workflow. It enables seamless cross-provider analysis, leveraging Gemini's massive token window, Codex's specialized coding capabilities, and Claude's advanced reasoning.1028MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
One shared context your team's AI tools read & write over MCP. No re-explaining. Free.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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