Skip to main content
Glama

AgentMode

Official
by agentmode

代理模式✨

AgentMode 是一款一体化的模型上下文协议 (MCP) 服务器,可将您的 AI 编码连接到数十个数据库、数据仓库、数据管道、云服务等。此扩展旨在通过与各种数据和云平台无缝集成来简化您的开发工作流程。

flow diagram!

安装👨‍💻

VS Code 快速入门

  1. 安装我们的VS Code 扩展
  2. 单击 agentmode 扩展旁边的“安装”按钮。
  3. 通过命令面板( Ctrl+Shift+P或 macOS 上的Cmd+Shift+P )启动 MCP 服务器,然后输入“MCP”,然后选择“MCP:列出服务器”并单击代理模式。
  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 能够:

  • 访问和查询数据库和数据仓库。
  • 与数据管道交互以进行实时或批处理。
  • 使用网络浏览器。
  • 查看生产服务的日志。
  • 连接到云服务以进行存储、计算等。

连接🔌

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.

一体化模型上下文协议 (MCP) 服务器,将您的编码 AI 连接到众多数据库、数据仓库、数据管道和云服务,通过无缝集成简化开发工作流程。

  1. 安装👨‍💻
    1. VS Code 快速入门
    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