AgentMode
OfficialAgentenmodus ✨
AgentMode ist ein All-in-One-MCP-Server (Model Context Protocol), der Ihre Code-KI mit Dutzenden von Datenbanken, Data Warehouses, Datenpipelines, Cloud-Diensten und mehr verbindet. Diese Erweiterung optimiert Ihren Entwicklungsworkflow durch die nahtlose Integration mit verschiedenen Daten- und Cloud-Plattformen.

Installation 👨💻
Schnellstart mit VS Code
Installieren Sie unsere VS Code-Erweiterung .
Klicken Sie neben der Agentmode-Erweiterung auf die Schaltfläche „Installieren“.
Starten Sie den MCP-Server über die Befehlspalette (
Ctrl+Shift+PoderCmd+Shift+Punter macOS), geben Sie dann „MCP“ ein, wählen Sie „MCP: Server auflisten“ und klicken Sie auf „Agentenmodus“.Klicken Sie auf den Text „AgentMode“ in der unteren rechten Statusleiste von VS Code, um eine Browserregisterkarte zu öffnen, sich anzumelden und dann Ihre Verbindungen einzurichten.
ohne VS-Code (Python-Paket)
Öffnen Sie das Terminal und installieren Sie uv mit
curl -LsSf https://astral.sh/uv/install.sh | shuv 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 (Model Context Protocol) 🌐
AgentMode nutzt das Model Context Protocol (MCP), um Ihrer Codier-KI Folgendes zu ermöglichen:
Greifen Sie auf Datenbanken und Data Warehouses zu und fragen Sie diese ab.
Interagieren Sie mit Datenpipelines für Echtzeit- oder Stapelverarbeitung.
Verwenden Sie einen Webbrowser.
Sehen Sie sich die Protokolle Ihrer Produktionsdienste an.
Stellen Sie eine Verbindung zu Cloud-Diensten für Speicherung, Berechnung und mehr her.
Verbindungen 🔌

AgentMode unterstützt eine breite Palette von Verbindungen, darunter:
Datenbanken : MySQL, PostgreSQL usw.
Data Warehouses : Snowflake, BigQuery, Redshift usw.
Datenpipelines : Airflow, Prefect usw.
Cloud-Dienste : AWS, Azure, Google Cloud usw. (in Kürze verfügbar!)
Um Verbindungen zu konfigurieren, führen Sie die folgenden Schritte aus:
Starten Sie den MCP-Server und gehen Sie zu
http://localhost:13000/setupKlicken Sie auf das Symbol der Verbindung, die Sie einrichten möchten.
Füllen Sie die Verbindungsdetails und Anmeldeinformationen aus (alle Anmeldeinformationen werden lokal auf Ihrem Computer gespeichert).
Alle erforderlichen Abhängigkeiten werden im laufenden Betrieb installiert.
Hilfe 🛟
Wenn Sie auf Probleme stoßen oder Fragen haben, können Sie:
Siehe die Dokumentation .
Öffnen Sie ein Problem im GitHub-Repository .
Chatten Sie mit uns auf unserem Discord-Server .
Mitwirken 💬
weitere Konnektoren und Tests hinzufügen
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