VOOZH about

URL: https://glama.ai/mcp/servers/agentmode/server?locale=zh-CN

⇱ 代理模式 by agentmode | Glama


代理模式✨

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: MCP SQL Server

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. 任何所需的依赖项都将即时安装。

帮助🛟

如果您遇到任何问题或有疑问,您可以:

贡献💬

  • 添加更多连接器和测试

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.

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