Skip to main content
Glama
agentmode
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": {}
            }
        }
    }
}

Related MCP server: RL-MCP

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
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    A 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.
    70
    7
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.
    2
  • A
    license
    -
    quality
    C
    maintenance
    A 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.
    18
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    This 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.
    10
    28
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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