Skip to main content
Glama
agentmode
by agentmode

에이전트모드 ✨

AgentMode는 코딩 AI를 수십 개의 데이터베이스, 데이터웨어하우스, 데이터 파이프라인, 클라우드 서비스 등에 연결하는 올인원 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 확장 기능은 다양한 데이터 및 클라우드 플랫폼과의 원활한 통합을 제공하여 개발 워크플로우를 간소화하도록 설계되었습니다.

flow diagram!

설치 👨‍💻

VS 코드로 빠르게 시작하기

  1. VS Code 확장 프로그램을 설치하세요.

  2. agentmode 확장 프로그램 옆에 있는 '설치' 버튼을 클릭합니다.

  3. 명령 팔레트(macOS에서는 Ctrl+Shift+P 또는 Cmd+Shift+P )를 통해 MCP 서버를 시작한 다음, 'MCP'를 입력하고 'MCP: 서버 목록'을 선택한 후 agentmode를 클릭합니다.

  4. VS Code의 오른쪽 하단 상태 표시줄에 있는 'AgentMode' 텍스트를 클릭하여 브라우저 탭을 열고 로그인한 다음 연결을 설정합니다.

VS 코드(Python 패키지) 없이

  1. 터미널을 열고 curl -LsSf https://astral.sh/uv/install.sh | sh

  2. uv init

  3. uv add agentmode

  4. uv run agentmode

지엑스피1

{
    "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